# Home Page

Navigate to the "Starry AI" tab using the main navigation menu to access the homepage.&#x20;

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

Here, you'll find a comprehensive list of chatbots that are currently published and accessible for users. The chatbots are categorized by tags, streamlining the process of finding ones that align with your interests. Additionally, you have the option to utilize the search box to locate chatbots by their names.

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

For each chatbot, detailed information is provided, including:

* **Profile Image**: A visual representation of the chatbot.
* **Name**: The official name of the chatbot.
* **Description**: A brief overview of what the chatbot does or is designed for.
* **Creator**: The name or identifier of the individual or team responsible for creating the chatbot.
* **Bot Statistics:** Displays the total number of chats and the overall votes received.

These details are highlighted for easy identification and to help you quickly understand what each chatbot offers.

<figure><img src="/files/8I0WMxXGJVkE4Ft1aQQ9" alt=""><figcaption></figcaption></figure>

To support your favourite chatbots, click the "**Vote**" button. You're allowed to cast up to 5 votes per day. Please be aware that voting for chatbots created by yourself is not permitted.

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

Select the chatbot you wish to interact with, and you will be taken to its detailed info. page. Here, you'll find additional options such as sharing the chatbot, related chatbots, and more. By clicking the "**Chat**" button, you will be directed to the main chat interface.&#x20;

{% hint style="info" %}
Note that you need to login first to enter the main chat interface.&#x20;
{% endhint %}

<figure><img src="/files/2swDWMY5NZdNZ2lqhADR" alt=""><figcaption></figcaption></figure>

Clicking "**Share**" button gives you the options to either share the chatbot to Twitter or copy its unique URL, allowing you to share it with friends, inviting them to try out the chatbot by themselves.&#x20;

<figure><img src="/files/emjSGLyykVj4eQPJcdac" 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/home-page.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.
