# Knowledge Base References

Knowledge Base References create **targeted subsets** of your knowledge base content that can be called and referenced throughout angoor.ai. Think of them as curated collections that combine specific knowledge bases into focused, reusable resources for different contexts and use cases.

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

### What You Can Use KB References For

* **Targeted Content Subsets:** Create focused collections from larger knowledge bases for specific scenarios
* **Cross-Platform Access:** Reference the same curated subset across agents, flows, tools, and workflows
* **Context-Specific Resources:** Different teams access precisely the knowledge they need for their tasks

### Create Knowledge Base Reference

#### Step 1: Metadata

* **Name:** Identifier for the reference (cannot be edited once saved)
* **Description:** Optional context about the reference purpose
* **Tags:** Classification labels for organization

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

#### Step 2: Associate Knowledge Base

Select specific columns to include in your targeted subset from various content types

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

#### Step 3: Preview

Review all selected columns and configuration before saving.

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

### Best Practices

* Design subsets based on specific use cases and workflows rather than broad content categories.
* Consider how different parts of angoor.ai will reference and use the knowledge subset.


---

# 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://angoor-ai.gitbook.io/angoor-ai/basics/interactive-blocks/knowledge-base-references.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.
