# Change an Intent's Status

## Intent Statuses

| **Status** | **Description**                                           | **Intent is Editable** | **Triggerable in Admin Chat UI** | **Triggerable in Public Chat UI** |
| ---------- | --------------------------------------------------------- | ---------------------- | -------------------------------- | --------------------------------- |
| ACTIVE     | Intent is ready to be shown to public users               | Yes                    | Yes                              | Yes                               |
| INACTIVE   | This is the default Status when an Intent is just created | Yes                    | Yes                              | No                                |
| ARCHIVED   | Only Archived Intents can be deleted                      | No                     | No                               | No                                |

### **Intent Status Display**

The Intent's Status can be viewed from the Intent Dashboard, in the Intent Listing table

![](/files/-MJVwIpbAWRwdGMvD4PR)

It can also be viewed in the header section of the Intent Editor page for a specific intent

![](/files/-MJVwIpcN_jc6fXP8lRz)![](/files/-MJVwIpdPan1Uco82s4g)

## Activating an Intent

You should make the majority of content edits to your Intent while it is still INACTIVE.

Once the Intent is ready to be shown to the Public, click on the "Activate Intent" button in the Intent Editor page![](/files/-MP8qYC596tf6C75tBRj)

Now, you will be able to trigger this Intent from the Public Chat UI.

## Deactivating an Intent

When an Intent's response is no longer relevant and you want to disable it from being triggered on the Public Chat UI, you should Deactivate it.

1. In the Intent Editor, click on the "..." button on the top right side of the screen
2. In the menu that appears, click on "Deactivate Intent"

## Archiving an Intent

If you do not intend to Reactivate an Intent, you can Archive it for future reference. This is a good way to "clean-up' your Bot's Knowledge Base by keeping only relevant Intents at the foreground.

To Archive an Intent, it must first be INACTIVE

1. In the Intent Editor, click on the "..." button on the top right side of the screen
2. In the menu that appears, click on "Archive Intent"

## Unarchiving an Intent

1. In the Intent Editor, click on the "..." button on the top right side of the screen
2. In the menu that appears, click on "Unarchive Intent"

## Deleting an Intent

To delete an Intent, it must first be Archived.

1. In the Intent Editor, click on the "..." button on the top right side of the screen
2. In the menu that appears, click on "Delete Intent"


---

# 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://taiger.gitbook.io/taiger-converse/master/essentials/intent-and-dialog-building/change-an-intents-status.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.
