# Gaps

## Issues

Pylon helps enable you to run an effective "Knowledge-centered Support" or [KCS process](https://en.wikipedia.org/wiki/Knowledge-centered_support). When solving any issue, you can quickly mark it as needing an article from the Issue Sidebar.&#x20;

Marked issues show up in a queue on the Gaps page, allowing you to use [Copilot](/pylon-docs/knowledge-base/articles-and-collections/copilot.md#article-generation) to quickly create missing articles.

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

## Topics

Pylon will autogenerate topics for common questions you receive that are not covered by your connected documentation. To help you target your efforts in the highest impact areas, AI will highlight the most common missing topics.

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

* Merge, delete, or edit topics to help improve the AI
* Used the shared context of all issues on a topic to create new articles with [Copilot](/pylon-docs/knowledge-base/articles-and-collections/copilot.md#article-generation)
* Click into a topic to browse the summary of the gap, resources, and issues associated with it

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


---

# 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/gaps.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.
