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

# Favorite Devices

Favorites let you mark the devices and gateways you care about most by starring them. It's a quick way to flag the ones you check often.

## How to favorite something

Both **devices** and **gateways** can be favorited. Look for the **star icon** on a device card, a gateway card, or a gateway's detail page:

* **Star outline** = not favorited. Tooltip: **"Add to favorites."**
* **Star filled** = favorited. Tooltip: **"Remove from favorites."**

Click the star to favorite it; click it again to remove. Your choice is saved, and the filled or outlined star shows the current state wherever that device or gateway appears.

## Good to know

There isn't a separate "Favorites" page that lists everything you've starred — the star marks the item in place. On the Home Overview you'll see summary cards for devices and gateways rather than a dedicated favorites panel.

## Tips

* **Star the things you rely on.** A filled star makes the devices and gateways you watch most stand out at a glance.
* **Keep it focused.** Starring a handful of key items is more useful than starring everything.


---

# 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.chirpwireless.io/devices/favorite-devices.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.
