# Create a general filter

General Filters allow you to define external conditions that determine when your blocks are displayed. Follow these steps to create a General Filter in Hubble.

{% stepper %}
{% step %}

### Navigate to the General Filters page

Go to the **General filters** section. Click the **Create new filter** button to start creating a new general filter.

<figure><img src="/files/fNlD4xJ77UvzmNp4J4ns" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Set conditions

Define the rules for this General Filter:

**Add conditions, here's an example:**

* **Frequency**
  * Days (e.g., every Monday).
  * Months (e.g., every January).
* **Schedule**
  * Start Date: (e.g., January 1, 2025).
  * End Date: (e.g., to January 7, 2025).
* **Planned metrics:**
  * Include upcoming features like store revenue for the day or total orders in the past X days.

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

{% hint style="info" %}
Combine conditions to craft precise filters for your content.
{% endhint %}
{% endstep %}

{% step %}

### Save the General Filter

Click the **Save** button to finalize your General Filter.

<figure><img src="/files/YkjwalgSBvF78zQYhqXE" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Your new filter will now be available for assignment when creating or editing blocks.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.overse.app/hubble/general-filters/create-a-general-filter.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
