> For the complete documentation index, see [llms.txt](https://docs.usepylon.com/pylon-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.usepylon.com/pylon-docs/knowledge-base/articles-and-collections.md).

# Articles & Collections

## Articles

Articles each have their own URL with a customizable slug. For more information on writing articles, see the [Editor](/pylon-docs/knowledge-base/articles-and-collections/editor.md) section.

### Visibility

You have fine-grained control of the visibility of articles. Articles can be:

**Public**: Visible to everyone

**Customer**: Available to logged-in customers. You can optionally specify properties that viewers must meet to view the article. For example, specifying they must be on the Enterprise tier or part of a certain account can help you create articles tailored to only relevant segments of your customer base.

**Internal**: Only visible to users on your team (but not to AI Agents)

**AI Agent Only:** Visible to your team + AI Agents, but not visible to customers

<div data-full-width="false"><figure><img src="/files/8ecTYRcdbfES9HZpGpbi" alt=""><figcaption></figcaption></figure></div>

Articles can also be set to be hidden -- this hides public/customer articles in the search for everyone but your team, but makes them accessible via a direct link. This is particularly useful for upcoming features that aren't released yet, or workarounds/setup that you don't want to draw too much attention to.

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

### Version History

Every time an article is published, it creates a new version. This allows you to review any changes made, or to revert to a historical version of the article at any time.

### Feedback

Articles by default come with embedded feedback collection. On the bottom of each article is a place for viewers to leave a 1-5 rating and free form feedback about the article.&#x20;

You can view the submitted feedback in the "Performance" tab of the Knowledge Base configuration or set up Slack notifications for new feedback submissions in the Notifications tab.

## Collections

Collections are folders that contain articles or other collections. Each has their own URL, with options to customize the URL slug and icon for a collection on its settings page. You can also set visibility rules that will apply to all articles within that collection.

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

{% hint style="info" %}
You can create multiple separate knowledge bases by using articles and collections. This can be especially useful if you have different tiers of your product or well-defined sets of users with different product needs
{% endhint %}


---

# 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.usepylon.com/pylon-docs/knowledge-base/articles-and-collections.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.
