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

# FAQ

<figure><img src="/files/vR5EtQRxThQ07cjsZjjU" alt=""><figcaption></figcaption></figure>

### Overview

The FAQ (Frequently Asked Questions) section is a simple and powerful tool for organizations and groups on [activist.org](http://activist.org) to provide users with quick answers to common queries. This leads to less explaining of the same things over and over again.

### **Key functions**

* **For profiles and groups:** Both the organization profile as well as its group pages have their respective FAQ.
* **Easy to update**: New FAQ entries can easily be created and updated.
* **Coming soon**: With future updates to the feature, visitors will also be able to vote on the usefulness of answers and submit new questions directly via our platform.

### **How to use**

* **Access the different FAQ sections**: Simply navigate to the "*FAQ*” tab located in the menu of the respective organization or group. From there you will be directed to the specific FAQ.
* **Create new FAQ**: Click on the “*New FAQ*” button, add your question and add your answer to the question. Click save to finish the new entry.
* **Edit the FAQ:** Click on the pen next to the FAQ you want to edit and make your desired changes. Save the changes by clicking on the “Save” button.

### **Best practices**

* **Keep Questions Concise:** Ensure that questions are clear and concise to facilitate easy understanding for users.
* **Regular Updates:** Regularly review and update your FAQ section to address new questions you regularly receive.
* **Add an umbrella question:** Add a question that invites page visitors to reach out to you, if they do not find an answer to their question and explain how you want to be contacted in this case.

### **Support and assistance**

If you encounter any issues while setting up and keeping your FAQ up-to-date or you need advice on best practices, please reach out to our **Support** team. We want to help your organization make the most of your FAQ.

**Contact**: <support@activist.org>


---

# 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.activist.org/activist/product/mvp/faq.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.
