> For the complete documentation index, see [llms.txt](https://docs.quickintel.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quickintel.io/quick-intel-scanner/get-started-guides/other-features.md).

# Other Features

## Viewing Scan Results

Let's go through the various bits of information and break it down!

### Wallet Distribution

Understanding the token distribution of the Top 10 wallets is critical to understanding if there could be a large supply held, which could cause unnecessary damage to a chart. We break down those holders in an easy-to-view chart.

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

### Contract View

There are cases where some more tech-savvy users will want to dive deeper into information about a token or its contract. In the contract view, we list out a few additional data points to enhance your DYOR.

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

1. (All Access Tier Feature) - View the total taxes collected by that particular token. This helps you see if a project could potentially be tax farming.
2. Links (Basic+ Tier and above) - This will display links that are embedded into the contract's code, making it a touch easier to find socials related to new projects.
3. Functions and Full Contract - Lists the functions the contract has available
4. Last 10 Owner Functions Ran - Lists the last 10 functions the owner has called.  It is typical to see taxes, liquidity add/remove, and other similar calls.


---

# 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.quickintel.io/quick-intel-scanner/get-started-guides/other-features.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.
