# FAQs

{% hint style="info" %}
FAQs are available in the Base flows skill version 2.15 and above
{% endhint %}

The flow node iterate can use FAQs to provide answers to frequently asked questions without this node needing to have all the dialog triggers (leafs) on the Flow canvas. This cleans up your flow dramatically in situations where you have a lot of FAQs. See the [Iterate flow node](/studio/flows/nodes/iterate-iterate.md#faqs) for more information.

## How to manage FAQs

<figure><img src="/files/tKgEc3k7na3gV5kprrAO" alt=""><figcaption><p>FAQs</p></figcaption></figure>

By clicking on the button Add faq a new item can be created. The form will show in red because the form needs an intent and an answer before the page can be saved.&#x20;

<figure><img src="/files/9ULKteZHyfW7TIhOXKwH" alt=""><figcaption><p>Add FAQ</p></figcaption></figure>

The following properties need to be filled in per FAQ:

1. Intent, see next chapter about how to fill in
2. Answer, define the answer you want the Smart App to provide when this intent is triggered.&#x20;
3. Tag, optionally define the tag to set by the Smart App when this answer is provided. See [tags](/settings/app-settings/tags.md) for more information.

### About intents

Click the button 'Intent' to configure the intent that will trigger this FAQ. This will open up a drop down menu that allows you to pick an existing intent or create a new one by clicking on the little plus icon next to the search intent bar.

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

#### Create intent

You can choose to create the intent first in the AI section of the platform on the Intents page, or you can create the intent directly by clicking on the plus icon next to the search intent bar:

<figure><img src="/files/Tk95QmKEaWFoSkghppIH" alt=""><figcaption><p>Create intent</p></figcaption></figure>

The intent should have a label which will generate the identity key for this intent and at minimum a description. The description is used by the AI to classify this user intent. Always describe intents as "when the user…". When the AI appears to have trouble classifying the intent when using the Smart App you can start to provide examples. This will sharpen the knowledge of the AI. See the [Intents page](/studio/ai/intents/llm-intents.md) for more information.&#x20;

#### Import intent

With the little book icon button an intent can be imported from the global intent repository. This repository holds commonly used intents that are predefined by the DialoX team.

<figure><img src="/files/iHZjT6NL5stZGJMRbpjT" alt=""><figcaption><p>Import intent</p></figcaption></figure>

### Use FAQs in your flow

Once FAQs are created you can start to configure them to be used in your flows by adding an Iterate node to your flow and add references to the FAQs you want to include in this flow. See the [Iterate node](/studio/flows/nodes/iterate-iterate.md#faqs) for more information.


---

# Agent Instructions: 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:

```
GET https://manuals.dialox.ai/studio/content/faqs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
