# View Intents

## View Intents <a href="#pdf-page-stjbi8qnwqsifyqiolur-to-view-intents-associated-with-your-virtual-assistant" id="pdf-page-stjbi8qnwqsifyqiolur-to-view-intents-associated-with-your-virtual-assistant"></a>

1. Choose **Settings > AiseraGPT**, and then choose your bot from the virtual assistants shown on the page.
2. Click the **View App Intents** link to see all of the Intents associated with your virtual assistant.<br>

   <div align="left"><figure><img src="/files/CG0LV6ZNqjKSxqLYCwWG" alt=""><figcaption><p>View Intents for your Bot</p></figcaption></figure></div>

You will now see the **Intents** window where the intents that have been added to your bot will be displayed.

<figure><img src="/files/7gmfC0COVhp7eU8n6Z3i" alt=""><figcaption><p>Intents Window</p></figcaption></figure>

## Adding Intents

If you would like to add more intents to your bot, choose the **Browse Intents Library** to select more Intents for your virtual assistant from the Intents Library.

<figure><img src="/files/9MbbchVSXf3diTknuvT0" alt=""><figcaption><p>Intents Library Window</p></figcaption></figure>

### New Intents

If there is no intent in the **Intent Library** that matches your needs you can create a new intent.

Click the **New Intent** button in the top right of the screen to create a New Intent. Fill in the values for your new Intent and click the OK button.

<div align="left"><figure><img src="/files/6fj9zIyzcFhxycWQy8nI" alt="" width="563"><figcaption><p>Create New Flow</p></figcaption></figure></div>

## Importing Intents

Select **Actions > Import** and then choose the **Paper Clip** icon to browse for a file to import intents from a file in JSON format.

<figure><img src="/files/cUz21VKgrcF5vjl1VWud" alt=""><figcaption><p>Upload Custom Intents</p></figcaption></figure>

## Exporting Intents

Select **Actions > Export** to export Intents into a JSON file. Use the checkbox to the left of an Intent to select specific Intents to export.

<figure><img src="/files/ECHu9xx2iXtNqqsxpEeh" alt=""><figcaption><p>Export Intents</p></figcaption></figure>


---

# 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://docs.aisera.com/aiseragpt/how-to-set-up-an-aiseragpt-bot/view-intents.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.
