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

# Permanent Filters

{% hint style="info" %}
Permanent Filters are like normal filters but they are always applied and they're applied to all pages on TradeStream even if you log out and login again. \
\
**Example:** You want to hide all trades before a certain date, so you set a permanent filter to only show you trades that occured after a certain date.
{% endhint %}

## Setting Permanent Filters

<figure><img src="/files/50fKxKd3B0h63fzvP0M8" alt=""><figcaption><p>Set permanent filters just how you would set normal filters</p></figcaption></figure>

{% hint style="success" %}
Press ![](/files/ERIA1NP26tHi0HCZVd5g) to ensure your permanent filters are updated and also that permanent filters are turned on for it to work ![](/files/oJoNBJA6V7kPbnsr1nMu)
{% endhint %}

***

## Where to find Permanent Filters

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

On any page in TradeStream you can find Permanent Filters in the upper-right hand corner. If you press you can enable or disable them. If you press Filter Settings you'll be able to set permanent filters for your account.

You can also go to the settings page to change them

{% embed url="<https://tradestream.xyz/account/preferences>" %}


---

# 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.tradestream.xyz/general/permanent-filters.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.
