# follows manage

## Description

Displays a follow manager with options to view, add, and delete price follow configurations.

## Usage

> /follows manage

## Actions

* **Follow Select Menu:** Allows selection of a follow configuration to view or delete it.
* <mark style="color:green;">**New**</mark>**&#x20;Button:** Displays [dialog ](/commands/configuration/following/add-follow-dialog.md)to create a new follow.
* <mark style="color:red;">**Delete**</mark> **Button:** Deletes the follow configuration that is currently selected in the manager.
* **Refresh Button:** Refreshes the follow manager, updating the follows.

## Preview

*Command previews are coming soon...*


---

# 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.bitbot.tools/commands/configuration/following/follows-manage.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.
