> For the complete documentation index, see [llms.txt](https://docs.potlock.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.potlock.io/user-guides/lists/apply-to-list.md).

# Apply to List

<figure><img src="/files/6iZzm4KzlSN9MVvivyOL" alt=""><figcaption><p>List Details Page</p></figcaption></figure>

### Vist the List Page

**Access the Desired List**: Projects interested in applying should first navigate to the specific list page on POTLOCK. This can typically be done by searching for the list or accessing it through links shared by the list administrators or community members.

### Click on "Apply to List"

**Initiate the Application Process**: Once on the list page, look for the “Apply to List” button. This button is prominently displayed and serves as the gateway for projects wishing to join the list.

### Add a Note

**Provide Additional Context**: After clicking “Apply to List,” you will be prompted to enter a note. This note is an opportunity for you as the project owner to explain why they should be considered for inclusion in the list.

<figure><img src="/files/9NFOSVt6qR3CnEj0WVVU" alt=""><figcaption><p>Add Note</p></figcaption></figure>

4. #### Submit

**Finalize Your Application**: Once all necessary information has been entered, click on the “Submit” button to send your application for review. After submission, applicants may receive a confirmation message indicating that their application has been received.


---

# 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.potlock.io/user-guides/lists/apply-to-list.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.
