> For the complete documentation index, see [llms.txt](https://wiki.nuance.xyz/nuance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.nuance.xyz/nuance/subscription/how-to-subscribe-as-a-member.md).

# How to Subscribe as a Member

You can subscribe to view Members only articles and gain access to exclusive content from various authors and Limited Editions. By becoming a member, you'll receive insightful articles, in-depth analyses, and unique perspectives that are not available non members.

When you encounter any members-only article, the subscription panel opens automatically.

<div><figure><img src="/files/64Y94gW7O2HYMgySlNaE" alt=""><figcaption><p>Subscribe to Limited Edition</p></figcaption></figure> <figure><img src="/files/hl8cPxiJJo9svGtHnK7g" alt=""><figcaption><p>Subscribe to User</p></figcaption></figure></div>

You can also click on the Limited Edition or writer's name to access their profile or Limited Edition page, where a subscribe button will be visible if there are any available membership options. This allows you to easily explore and support your favorite authors and Limited Editions.

<div><figure><img src="/files/2MdbqEhYQ2EYJsv9RRo3" alt="" width="375"><figcaption><p>Subscribing to Limited Edition</p></figcaption></figure> <figure><img src="/files/dSpnod92qPZms8wmsEc3" alt="" width="375"><figcaption><p>Subscribing to User</p></figcaption></figure></div>

After choosing a membership option -such as weekly, monthly, annually, or lifetime- and subscribing, all members-only content will become available.

<figure><img src="/files/pShL9tEMWzGdM7Gcfp5D" alt=""><figcaption><p>Congratulations!</p></figcaption></figure>


---

# 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://wiki.nuance.xyz/nuance/subscription/how-to-subscribe-as-a-member.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.
