# Customisation Options

Once your chatbot is created, you can further personalize it with a wide range of customization options, distinguishing Starry AI from similar products.&#x20;

To access these options, click the "**Edit**" button on your bot's card.&#x20;

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

For additional edits, the following options are available. Let's explore each one:

1. **Basic Info:** This section allows you to update fundamental details about your chatbot, such as its name, description, profile image etc.
2. **Data Source:** Here, you can configure the source of information your chatbot uses.&#x20;
3. **Chat Logs:** This area provides access to the conversations your chatbot has had, allowing you to review and analyze how it interacts with users.
4. **Embed to Site:** This option enables you to generate and customize code snippets for embedding your chatbot into websites, making it accessible directly from your own or other permitted domains.

<figure><img src="/files/0235o7yqfpsBN1lpKQmb" alt=""><figcaption></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.starrynift.art/starryai/my-bot/customisation-options.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.
