For the complete documentation index, see llms.txt. This page is also available as Markdown.

Turn assets into AI

Last updated: June 6, 2026

Assets give Aissist the knowledge it uses in conversations.

Add domains, web pages, and documents to build a searchable knowledge base for your agent.

How assets work

Aissist indexes the text in each asset.

When a user asks a question, Aissist searches that indexed content and uses the relevant results as response context.

You can also link assets to specific sub agents.

This keeps each workflow focused and improves accuracy.

If assets stay too broad, Aissist may retrieve unrelated context.

That extra noise can reduce answer accuracy.

Associate assets with the right sub agents whenever the content belongs to a specific workflow.

For example:

  • link return policy assets to a return sub agent

  • link order tracking content to an order tracking sub agent

  • link billing documentation to a billing sub agent

Supported asset types

Choose the asset type that fits your source:

Website DomainWeb PageGoogle DriveDocuments

Test asset quality

Use the Asset Debugger to verify what Aissist can retrieve from your sources.

Then review the session detail page for live conversations.

For each AI reply, check the context used to generate the response.

If you see unrelated website or document content, narrow the asset scope by linking it to the correct sub agent.

Asset Debugger

Best practice

Start with your highest-value sources, such as help center content, policy pages, and operational documents.

Associate workflow-specific assets with the matching sub agents.

Then use the debugger to find gaps, conflicts, and outdated information before going live.

Last updated