> For the complete documentation index, see [llms.txt](https://docs.openli.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openli.com/docs/general-openli-guides/add-your-website.md).

# Add a website to your Openli account

{% embed url="<https://www.loom.com/share/e03fa99b8e914f3a8070f10a4cf73db1>" %}

Adding your website to your account (or any project in Openli, if you are running multiple projects) is important because it allows us to scan the website for cookies so you can get started setting up Openli. \
\
You can use the same method, if you at any point need to change the domain for the project as well.

{% hint style="warning" %}
If you have multiple projects, make sure the correct domain is selected in the bottom left corner before you make the change.
{% endhint %}

1\. Click *Cookies* in the side menu\
2\. Click the *Manage Domains* button in the top right corner\
3\. Type in the domain in the text box under *Manage domains*\
4\. Click the *add domain* button

That should do it. You domain is now added and will be scanned.


---

# 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.openli.com/docs/general-openli-guides/add-your-website.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.
