# Turn assets into AI

To add assets for Aissistant, click on **Workspace -> Assets** from the left panel of the Aissist console. Aissistant has the advanced capability to create a comprehensive knowledge base from your digital assets, including websites, web pages, and Google documents containing your business-specific knowledge. By leveraging this curated repository, Aissistant can automate responses to customer inquiries, streamlining the process and delivering accurate, context-specific support tailored to your business's unique needs.

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

#### How does Aissistant use the asset?

Aissistant will index information from the asset and store it in a database. When a user submits an inquiry, Aissistant will search the database for relevant content and use it as context to generate a response.&#x20;

You can also associate the asset with specific sub agents, ensuring that only those sub agents access the asset. This helps Aissistant refine its knowledge base, improving both efficiency and accuracy.&#x20;

Additionally, we provide an asset debugger to quickly locate relevant information based on user queries or specific keywords. Currently, Aissistant can only process text from assets, but we are working on a version that will also be able to interpret images.

{% content-ref url="/pages/G5FAL5NqZkcLqsnaAUlH" %}
[Domain(Website)](/tutorial/turn-assets-into-ai/domain-website.md)
{% endcontent-ref %}

{% content-ref url="/pages/GksAhaxUaodgbrV7Tivk" %}
[Web Page](/tutorial/turn-assets-into-ai/web-page.md)
{% endcontent-ref %}

{% content-ref url="/pages/XhfBIO0D0JhZ50cl1PTa" %}
[Google Drive Doc](/tutorial/turn-assets-into-ai/google-drive-doc.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZAS8RVSKCZK4tK7UOpRA" %}
[Asset Debugger](/tutorial/turn-assets-into-ai/asset-debugger.md)
{% endcontent-ref %}


---

# 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.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.
