> For the complete documentation index, see [llms.txt](https://docs.myjunior.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.myjunior.ai/build-a-knowledge-base.md).

# Build a Knowledge Base

- [How to Use the Call Tracker](https://docs.myjunior.ai/build-a-knowledge-base/how-to-use-the-call-tracker.md)
- [How to Ingest Transcripts](https://docs.myjunior.ai/build-a-knowledge-base/how-to-ingest-transcripts.md)
- [Send a recording bot](https://docs.myjunior.ai/build-a-knowledge-base/how-to-ingest-transcripts/send-a-recording-bot.md)
- [Upload an audio file or text transcript](https://docs.myjunior.ai/build-a-knowledge-base/how-to-ingest-transcripts/upload-an-audio-file-or-text-transcript.md)
- [Record in your browser](https://docs.myjunior.ai/build-a-knowledge-base/how-to-ingest-transcripts/record-in-your-browser.md)
- [How to Clean Transcripts](https://docs.myjunior.ai/build-a-knowledge-base/how-to-clean-transcripts.md)
- [The Review Flow](https://docs.myjunior.ai/build-a-knowledge-base/how-to-clean-transcripts/the-review-flow.md)
- [Cleaning Entities](https://docs.myjunior.ai/build-a-knowledge-base/how-to-clean-transcripts/cleaning-entities.md)
- [Review Cleaned Notes](https://docs.myjunior.ai/build-a-knowledge-base/how-to-clean-transcripts/review-cleaned-notes.md)
- [Tip: Shortcuts](https://docs.myjunior.ai/build-a-knowledge-base/how-to-clean-transcripts/tip-shortcuts.md)
- [Key Takeaways](https://docs.myjunior.ai/build-a-knowledge-base/key-takeaways.md)
- [How to edit KTAs](https://docs.myjunior.ai/build-a-knowledge-base/key-takeaways/how-to-edit-ktas.md)
- [KTA Templates](https://docs.myjunior.ai/build-a-knowledge-base/key-takeaways/kta-templates.md)
- [Distributing KTAs](https://docs.myjunior.ai/build-a-knowledge-base/key-takeaways/distributing-ktas.md)
- [How to Export Call Notes](https://docs.myjunior.ai/build-a-knowledge-base/how-to-export-call-notes.md)


---

# 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://docs.myjunior.ai/build-a-knowledge-base.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.
