# Start from Website Analysis

The first step in creating your chatbot is to analyze your website.

1. Go to [AI Bot Kit](https://aibotkit.io?utm_source=chatgpt.com) and click **Get Started**.
2. Enter your website URL into the analyzer box.
3. AI Bot Kit will automatically scan your site, pulling in:
   * Your **brand colors**
   * **Layout and style preferences**
   * Core content to understand context

This analysis helps your chatbot look and feel like a natural part of your site from the very beginning.

<figure><img src="/files/ESAOL9WdebbcgoA0YgrR" 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://aibotkit.gitbook.io/documentation/creating-your-chatbot/start-from-website-analysis.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.
