> For the complete documentation index, see [llms.txt](https://docs.appfarm.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.appfarm.io/appcademy/appfarm-fundamentals/app-data-fundamentals/data-source-filtering.md).

# Data Source Filtering

Data Source Filters are used to limit what Data is read into your App.&#x20;

Data Source Filters are important when the amount of data is large, since a large amount of data read could impact the loading speed of your App. In many cases, you also would want to limit the data due to sensitivity - e.g. for a customer portal, only read the data belonging to the logged in customer.

{% hint style="info" %}
A good principle with regards to Data Source Filtering: **Only read the data you need in your App.**
{% endhint %}

This topic gives you an overview of some ways of setting up filters on Data Sources.

### Video

You may see a video on Data Source Filtering below.

{% embed url="<https://www.loom.com/share/38bde959c9b6472dbf017830f2ccf80b>" %}
A video on Data Source Filtering
{% endembed %}

### Documentation

Relevant articles in our documentation:

* [Adding Data Sources, Data Source Settings and Filters](/reference/apps/data/data-sources.md#filter)
* [Filters](/reference/platform-concepts/filters.md)
* [Calendar Data Sources](/reference/apps/data/calendar-data-sources.md)


---

# 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.appfarm.io/appcademy/appfarm-fundamentals/app-data-fundamentals/data-source-filtering.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.
