> For the complete documentation index, see [llms.txt](https://doc.aissist.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.aissist.io/tutorial/turn-assets-into-ai/asset-debugger.md).

# Asset Debugger

*Last updated: May 12, 2026*

Use the Asset Debugger to check what Aissist can retrieve from your assets.

It helps you verify coverage, find conflicts, and confirm that the right source content is available before you go live.

### Open the Asset Debugger

1. Go to **Assets**.
2. Click **Debug** on the top right corner.
3. Enter a keyword or question.

### What to test

Use realistic questions from your workflows.

Test things like:

* return policy or warranty questions
* product, pricing, or shipping questions

### What to inspect

The Asset Debugger shows:

* which content was retrieved
* where that content came from
* whether the source is relevant to the question

This helps you confirm that Aissist can access the right knowledge.

<figure><img src="/files/6qLRUNv7Qo2OFf9kcSUg" alt=""><figcaption></figcaption></figure>

### Fix common issues

If the right content does not appear:

* confirm the asset is accessible
* check whether the page or document is publicly reachable
* add missing documentation or knowledge sources

If the wrong content appears:

* remove conflicting information
* separate unrelated content into different assets
* link assets more narrowly through sub agents

If the content is unclear:

* rewrite the source material
* make policies and procedures more explicit
* remove outdated or duplicated content

### When to use it

Use the Asset Debugger to:

* verify that important information is available
* find conflicting answers across sources
* check whether a topic is covered at all

### Best practice

Check asset retrieval before you tune instructions.

If the source knowledge is incomplete or inconsistent, fix that first.


---

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

```
GET https://doc.aissist.io/tutorial/turn-assets-into-ai/asset-debugger.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.
