# Breakpoints

## Video Overview

{% embed url="<https://www.youtube.com/watch?v=7qfxsNR1xyg>" %}

When you are editing on any breakpoint, the editing window will have a green border to indicate that you are indeed editing on a breakpoint and not editing on "All Breakpoints".

<figure><img src="/files/yFN1AK5JRzrQZcUGykVM" alt=""><figcaption><p>Editing on a breakpoint will turn the editing window green for easy </p></figcaption></figure>

### Adding New Breakpoints

To add a new breakpoint of your choice, simply click on the "Add new media query" button. This will bring up a mini modal where you can select your min-width and max-width values:

<figure><img src="/files/BYbnyJoOLNIK1JpWr0UN" alt=""><figcaption><p>Creating a New Media Query</p></figcaption></figure>

### Adding Classes to Breakpoints

You will notice that each tab will be empty by default. Simply navigate through each tab to add classes/selectors along with their properties and values, and these will be applied to the break point you're currently on. Simple!

Then once again, go through the tabs to add your necessary classes along with their properties and values for your specific breakpoints.


---

# 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.coreframework.com/navigating-the-ui/breakpoints.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.
