> For the complete documentation index, see [llms.txt](https://affine.gitbook.io/affine/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://affine.gitbook.io/affine/getting-started/how-to-get-help.md).

# How to Get Help

## Overview

We hope your experience with AFFiNE is silky smooth!

However, we realize that a little help at the right time is helpful, especially when AFFiNE is still in the alpha stages of development.

In order to provide an effortless onboarding experience, we've put together a list of resources designed to provide you with the answers you need. You can explore this documentation further and join our communities.

## Connecting with the Community

We encourage everyone using or interested in AFFiNE to join our community, which helps making AFFiNE to be a world-class open-source project!

You can:

* Head over to the [AFFiNE Community](https://community.affine.pro) to meet and engage with like-minded AFFiNE users from all over the world
* Get quick help on [Discord](https://discord.gg/yz6tGVsf5p) and [Telegram](https://t.me/affineworkos) along with other developers and contributors
* Submit issues, PRs, and feature requests on [GitHub](https://github.com/toeverything/AFFiNE)
* Engage in real-time Q\&A on [Reddit](https://www.reddit.com/r/Affine/)
* Find our latest news and articles on [Twitter](https://twitter.com/AffineOfficial), [Medium ](https://medium.com/@affineworkos)and the [AFFiNE Blog](https://blog.affine.pro/)

## Contact Us

You can get the most direct contact and help from the AFFiNE team through the above channels, please feel free to contact us!


---

# 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://affine.gitbook.io/affine/getting-started/how-to-get-help.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.
