# Knowledge Base

- [Overview](https://docs.usepylon.com/pylon-docs/knowledge-base/overview.md): A dedicated place to host your support content, including question-and-answer style articles, internal runbooks, and more -- all supercharged with AI and tightly integrated with the Pylon platform.
- [Articles & Collections](https://docs.usepylon.com/pylon-docs/knowledge-base/articles-and-collections.md): How articles and collections within the knowledge base function
- [Editor](https://docs.usepylon.com/pylon-docs/knowledge-base/articles-and-collections/editor.md): How to use Pylon's WYSIWG editor to write knowledge base content
- [Copilot](https://docs.usepylon.com/pylon-docs/knowledge-base/articles-and-collections/copilot.md): Use AI Assistant features to help streamline your knowledge curation.
- [Templates](https://docs.usepylon.com/pylon-docs/knowledge-base/articles-and-collections/templates.md): Create templates for common article formats
- [Collaboration](https://docs.usepylon.com/pylon-docs/knowledge-base/articles-and-collections/collaboration.md): Work on knowledge base content together with your team
- [Article Review](https://docs.usepylon.com/pylon-docs/knowledge-base/articles-and-collections/article-review.md): Request reviews on articles before publishing to ensure content quality and accuracy.
- [Synced Blocks](https://docs.usepylon.com/pylon-docs/knowledge-base/articles-and-collections/synced-blocks.md): Synced blocks let you reuse the same content across multiple knowledge base articles.
- [Gaps](https://docs.usepylon.com/pylon-docs/knowledge-base/gaps.md): Discover gaps in your documentation
- [Styling & Customization](https://docs.usepylon.com/pylon-docs/knowledge-base/styling-and-customization.md): Customize the look and feel of your knowledge base
- [Custom Authentication](https://docs.usepylon.com/pylon-docs/knowledge-base/custom-authentication.md): Add unified sign-in between the customer portal and your product dashboard
- [Search](https://docs.usepylon.com/pylon-docs/knowledge-base/search.md): Allow your team and users to search for knowledge


---

# 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://docs.usepylon.com/pylon-docs/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.
