# Managing Tokens

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

After launching your token, this is the primary dashboard for managing key post-launch functions.

**Key Actions:**

1. **Add Liquidity :** You can directly add liquidity using Deployr.
2. **Remove Liquidity:** You can also remove liquidity inside Deployr.
3. **Stop Whitelist:** Whitelist tokens would have a one-time "Stop Whitelist" option.
4. **Manual Clog Selling:** If your token is a basic tax type token with clog option and without auto selling feature on, you can manually sell clogs here.
5. **View Token Details:** Access a comprehensive overview of your token.

{% hint style="warning" %}
Note: If you launch a token using the Telegram bot, it will also be displayed in this section for management. Additionally, when performing on-chain updates, such as modifying tax percentages or selling clog, ensure the tied developer wallet has sufficient funds to cover gas fees
{% endhint %}


---

# 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://deployr.gitbook.io/deployr/web-app/managing-tokens.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.
