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

# How to get help

## Overview

We want your experience with AppFlowy to be smooth and positive from day one! We realise, though, that a bit of assistance at the right time can help, especially when AppFlowy is still at an early stage of the development.

To deliver an effortless onboarding experience, we've put together a list of resources designed to give the answers you need.

## Essential Documentation

What you are looking at - the AppFlowy Essential Documentation - is likely one of the best resources to start with. This wiki provides a wide range of instructions and how-tos for AppFlowy. Even if you don't have a specific question, this is a great place to start on your journey with AppFlowy. And we encourage you to continue to check it out as we are continuously updating and adding new documentation.

## Ask The Community

We encourage to join our community to make AppFlowy a world-class open-source project!

* Get quick help on [Discord](https://discord.gg/9Q2xaN37tV) along with 1000+ hackers and developers
* Open issues, PRs, feature requests and vote on them on [Github](https://github.com/AppFlowy-IO/appflowy)

## Contact Us

You can get assistance directly from AppFlowy team on [Discord](https://discord.gg/9Q2xaN37tV) or email <support@appflowy.io>

<br>


---

# 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.appflowy.io/docs/appflowy/readme/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.
