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

# Settings

Type **/settings** in your group to open the TokenScan settings panel.&#x20;

{% columns %}
{% column %}
**Scanner** : Enables or disables token scanning in the group.

**Admin Only** : Restricts TokenScan commands to admins only.

**Connect** : Enables the [**/connect**](/tokenscan/connect-to-trojan-terminal.md) command, which links your group to Trojan Terminal.

**Get Support** : Quick access button to the TokenScan support room.

<mark style="color:green;">**Trojan Ranked**</mark>

See [Connect to Trojan Terminal](/tokenscan/connect-to-trojan-terminal.md) page for details on this feature

<mark style="color:green;">**Alerts**</mark>

Toggle automatic group notifications. **Multiplier PNL** enables PNL card generation via **/pnl**, **Migration** posts when a token migrates, and **News** drops relevant news into the group as it surfaces.

<mark style="color:green;">**DexScreener**</mark>

Toggle DexScreener alerts for your group. **Paid** notifies when a token pays for a DexScreener update, **CTO** alerts when a community takeover is detected, and **Boosts** fires when a token receives a boost.

<mark style="color:green;">**Link Previews**</mark>

Toggle previews for **X**, **TikTok**, **Instagram**, and **PolyMarket** links shared in the group.
{% endcolumn %}

{% column valign="middle" %}

<figure><img src="/files/6FN96hAJXK3RKKmiJOHv" alt=""><figcaption></figcaption></figure>

<mark style="color:green;">**Layout**</mark>

**Banner**, **Icon**, **Buttons**, and **Links** : Show or hide DexScreener and trading platform elements on scans.

🟢 **Compact** enabled shows: MCap, ATH, price in USD, liquidity levels, and volume&#x20;

🔴 **Compact** disabled shows: the previous plus last hour buys/sells amount, holders count, Pool & Deployer addresses, and Audit elements

Switch your scan layout to mirror the style of other popular scanners.
{% endcolumn %}
{% endcolumns %}

{% hint style="info" %}
Type **/help** in DM with @TokenScan at any time to get the full list of commands.
{% endhint %}

***

{% columns %}
{% column %}
Use the **/start** command to view a compact settings list.&#x20;

This can be expanded into the settings panel by toggling the **Advanced Settings** button

* **Free Alerts**: Enables all Alert items at once.
* **Trending:** Opens a curated feed of trending tokens, updated regularly so you're always looking at what's hot. &#x20;

<div align="left"><figure><img src="/files/Hj6ulUkKi0gR4W1GLcOA" alt="" width="188"><figcaption></figcaption></figure></div>
{% endcolumn %}

{% column valign="middle" %}

<figure><img src="/files/Uc3TxgrpFXqrPWCrCXFe" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}


---

# 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.tokenscan.app/tokenscan/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.
