> For the complete documentation index, see [llms.txt](https://docs.coherent.global/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coherent.global/assistant/agent/workflows/use-agent-with-knowledge-base-articles.md).

# Use Agent with knowledge base articles

Agent can search and read knowledge base articles when your organization makes them available.

Use this workflow when Agent should answer using approved internal guidance instead of general knowledge alone. This is helpful for team standards, process rules, workbook requirements, and review checklists.

## When to use this workflow

Use this workflow when Agent should answer using your organization's guidance.

Good uses include:

* Applying internal modeling standards.
* Finding process guidance.
* Explaining workbook requirements.
* Following team-specific review steps.
* Checking whether a workbook follows documented rules.

## Example prompts

* "Search the knowledge base for revenue recognition guidance."
* "Use the relevant knowledge base article to explain this workbook."
* "Find our team guidance for formatting model outputs."
* "Use the knowledge base to check whether this workbook follows our standards."
* "Summarize the relevant article first, then apply it to the active sheet."

## Recommended steps

1. Ask Agent to search for a specific topic.
2. Review the article or summary Agent returns.
3. Ask Agent to apply the guidance to your workbook or task.
4. Ask for article references when the source matters.
5. If changes are needed, ask for a preview before Agent edits the workbook.

## Better search terms

Specific terms produce better results. Include the policy area, workbook type, process name, or expected output.

For example, "revenue recognition model inputs" is more useful than "policy."

## Tip

When the answer affects compliance, process, or customer-facing work, ask Agent to show which article it used and which workbook evidence supports the conclusion.


---

# 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.coherent.global/assistant/agent/workflows/use-agent-with-knowledge-base-articles.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.
