> For the complete documentation index, see [llms.txt](https://docs.presearch.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.presearch.io/community.md).

# Community

- [Community Projects](https://docs.presearch.io/community/community-projects.md): Here is a unoffical list of projects created by our community. When using the services, make sure the URL that you're using is correct. Presearch is not affiliated in any way to these projects.
- [Community Tutorials](https://docs.presearch.io/community/community-tutorials.md): We're starting to aggregate tutorials from the community here!
- [Intense Investor](https://docs.presearch.io/community/community-tutorials/intense-investor.md)
- [Martin Valk](https://docs.presearch.io/community/community-tutorials/martin-valk.md)
- [Your Friend Andy](https://docs.presearch.io/community/community-tutorials/your-friend-andy.md)
- [Keith Laye](https://docs.presearch.io/community/community-tutorials/keith-laye.md)
- [Passive Aggressive Income](https://docs.presearch.io/community/community-tutorials/passive-aggressive-income.md)
- [Lefty Chris - How to Create a Presearch Node](https://docs.presearch.io/community/community-tutorials/lefty-chris-how-to-create-a-presearch-node.md): This guide allows individuals to create a Presearch Node by Lefty Chris
- [Crypto Laymen](https://docs.presearch.io/community/community-tutorials/crypto-laymen.md)
- [Modo Tech](https://docs.presearch.io/community/community-tutorials/modo-tech.md)
- [Mechanic Joe](https://docs.presearch.io/community/community-tutorials/mechanic-joe.md): Presearch Node build & install on Windows using Docker – How-to Guide with steps.
- [TheNodeCatcher](https://docs.presearch.io/community/community-tutorials/thenodecatcher.md): Setting up a node tutorial put together by TheNodeCatcher


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.presearch.io/community.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
