> For the complete documentation index, see [llms.txt](https://docs.darkbot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.darkbot.io/bots-and-strategy/interacting-with-created-bots-options-and-features/how-to-rename-bot.md).

# How to rename bot

In DarkBot, our advanced trading platform, you have the flexibility to customize and personalize your trading experience. One way to make your bot more identifiable is by changing its name. In this guide, we will walk you through the simple steps to modify the name of your [trading bot](https://darkbot.io/bots). Let's get started!

**To change the name of your bot, follow these steps:**

1. *Access the Bot Page:* Navigate to the Bot page within the DarkBot platform.<br>

   <figure><img src="/files/KtED8mztT0oBu8ts5dWM" alt="Dashboard page"><figcaption><p>Dashboard page</p></figcaption></figure>
2. *Select the Desired Bot:* Choose the bot for which you want to change the name from the list of available bots.<br>

   <figure><img src="/files/CKzJ5t4zOvZqZMOUjwn6" alt="Bot card"><figcaption><p>Bot card</p></figcaption></figure>
3. *Edit Bot Name:* In the header section of the bot details page, locate the current name of the bot and click on it.<br>

   <figure><img src="/files/SYJgpD3oNdNzT42C5AQR" alt="Bot detalis page header"><figcaption><p>Bot detalis page header</p></figcaption></figure>
4. *Modify the Name:* A text field will appear, allowing you to edit the existing name. Enter the new desired name for your trading bot.<br>

   <figure><img src="/files/kL5bNWBPpfmvRixcvQS6" alt="Bot name input"><figcaption><p>Bot name input</p></figcaption></figure>
5. Save the Changes: Once you have entered the new name, click on the checkmark or save button to confirm and save the changes.<br>

   <figure><img src="/files/m8AVGbnmtycJ6khyE0yW" alt="Save bot name button"><figcaption><p>Save bot name button</p></figcaption></figure>

**Conclusion:**&#x20;

By following these straightforward steps, you can easily change the name of your trading bot in DarkBot. Personalizing your bot's name adds a touch of customization and helps you differentiate between multiple bots in your portfolio. Enjoy the flexibility and customization options available in DarkBot, and adapt your trading experience to suit your preferences. Happy trading!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.darkbot.io/bots-and-strategy/interacting-with-created-bots-options-and-features/how-to-rename-bot.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
