# Website Domain

*Last updated: May 12, 2026*

Use a domain asset to add a public website as knowledge.

This is the fastest way to index a help center, documentation site, or public company website.

You can add a main domain for broad coverage, or add subdomains one by one for tighter control.

### Add a domain asset

Go to **Workspace → Assets** and add a domain asset.

You can set it up in two ways:

* Add the main domain to let Aissist search content across that domain.
* Add subdomains one by one if you do not want Aissist to access all content under the main domain.

For example:

* `example.com` gives Aissist access to content hosted across that domain.
* `help.example.com` only gives Aissist access to that subdomain.

You can also add the domain for a hosted help center, such as Intercom or Zendesk.

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

### Choose domain or web page

Use a **domain** asset when you want Aissist to search across a whole site or subdomain.

Use a **web page** asset when you want to index only one page.

See [Web Page](/tutorial/turn-assets-into-ai/web-page.md) for single-page setup.

<details>

<summary>Website content updates</summary>

Website assets depend on search engine indexing.

When you update your site, Aissist picks up those changes after Bing or Google re-index the page.

This can happen quickly, or it can take several days.

To speed this up, request a re-crawl with:

* [**Bing Webmaster Tools**](https://www.bing.com/webmasters/url-submission-api)
* [**Google URL Inspection Tool**](https://search.google.com/search-console/welcome?action=inspect)

After re-indexing completes, Aissist can use the updated content.

</details>

### Best practice

Start with your main help center or documentation domain if you want broad coverage.

If you need tighter scope, add only the specific subdomains you want Aissist to use.


---

# 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://doc.aissist.io/tutorial/turn-assets-into-ai/website-domain.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.
