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

# FAQs

FAQs allow you to add custom content for your Bodt that may not be part of your other content sources. It also helps you provide focused solutions for specific user queries.&#x20;

For eg. in an eCommerce store, you can use the same to redirect the user to a refund policy page if someone asks for queries related to refund or return product.&#x20;

### Add FAQ

To set up a new group of FAQs, go to the source section in your project and click on "FAQs" to add a new set of FAQs. Add a title to this section, and press "Add Source".

Once you add the group, you can add individual FAQs to this group. Click on "Add Question". In the pop-up, add a question and respective answer to that query.&#x20;

Once you save the question, it will be used to answer any subsequent user query via bodt automatically.&#x20;

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

### Edit FAQ

Edit an existing FAQ by simply clicking on the FAQ entry and providing an update questions or response.&#x20;

### Delete FAQ

Click on "Delete" button next to an FAQ and it shall be removed from the system to be used further

### Tutorial

{% embed url="<https://youtu.be/hPJ1U1hrMqk>" %}
Understand how to add FAQ to Bodt.io
{% endembed %}


---

# 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.bodt.io/data-source/faqs.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.
