> For the complete documentation index, see [llms.txt](https://docs.honeychat.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.honeychat.app/maths/fee-model-overview/tiered-access.md).

# Tiered Access

## Public Feed

Available for anyone to see on the Honey Chat app.&#x20;

## Private Feed (Subscription)

Private feeds offer a subscription model, providing a hassle-free way to support creators, while gaining access to exclusive content and a more intimate community experience.

{% hint style="info" %}
Subscription prices are initially set to free but can be manually adjusted by the content creator.
{% endhint %}

## Access Pass

*Access Passes are the core ownership item in Honey Chat*

Individuals purchase access passes tied to their chosen creators, gaining entry to private chat rooms, direct messaging, exclusive content, and additional perks established by each creator. Purchasing an access pass gives you full access, including access to all other tiers. &#x20;

{% hint style="warning" %}
To allow others to trade your Access Pass, you need to [create](/how-to-guides/create-your-access-pass.md) one first. Once created, your pass becomes tradable by anyone.
{% 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.honeychat.app/maths/fee-model-overview/tiered-access.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.
