# index

Welcome to the official documentation of **IntellectualSites**.

## About

IntellectualSites is an open source organization that develops game modifications for Minecraft server.

* [Discord](https://discord.gg/intellectualsites)
* [GitHub](https://github.com/IntellectualSites)
* [Resources on Modrinth](https://modrinth.com/organization/intellectualsites)

## Documentations

From here, you can navigate to the project documentation of:

* [FastAsyncWorldEdit](https://intellectualsites.gitbook.io/fastasyncworldedit/)
* [FastAsyncVoxelSniper](https://intellectualsites.gitbook.io/fastasyncvoxelsniper/)
* [PlotSquared](https://intellectualsites.gitbook.io/plotsquared/)
* [ClipboardConnect](https://intellectualsites.gitbook.io/clipboard-connect/)

### Contributing

The source code of this repository is available on [GitHub](https://github.com/IntellectualSites/documentation). If you want to contribute to this repository, please fork it and create a pull request. We accept contributions!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://intellectualsites.gitbook.io/root/index.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
