> For the complete documentation index, see [llms.txt](https://docs.swoop.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.swoop.fun/swoop-pro/swoop-pro-settings.md).

# Swoop Pro Settings

### To open the settings

Click the gear icon in the top-right corner.

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

### Card Settings

In this section, you configure the filters for developers and their tokens, which will then appear as token cards.

<div data-with-frame="true"><figure><img src="/files/r1KJOnxc8NXbvrX14dZ6" alt=""><figcaption></figcaption></figure></div>

### **Notes Section**

In this section, you can view the notes you’ve created for developers and add new ones.

<div data-with-frame="true"><figure><img src="/files/A0JF6RlNdQMDFtrh5ERo" alt=""><figcaption></figcaption></figure></div>

###

### X Community Lists

A whitelist of developers with linked communities that we trust and actively trade. You can view existing developers, see your notes about them, and add new ones.

<div data-with-frame="true"><figure><img src="/files/6uvt3HCHc2jR8AJ16mTf" alt=""><figcaption></figcaption></figure></div>

To add a new community, click the “Add” button.

<div data-with-frame="true"><figure><img src="/files/xGY51AhSR6hFIyxL5ebS" alt=""><figcaption></figcaption></figure></div>

**In the popup window:**

1. Enter the community creator’s **@username** in the first field.
2. Use the second field to add a note about the developer, their tokens, or any other relevant information.

<figure><img src="/files/vKjLKxrHZpmuL1INHShe" alt=""><figcaption></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://docs.swoop.fun/swoop-pro/swoop-pro-settings.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.
