# APIs

- [Actions](https://docs.elementary.io/develop/apis/actions.md): Creating tool items, GLib.Actions, and keyboard shortcuts
- [Notifications](https://docs.elementary.io/develop/apis/notifications.md): Sending Notification Bubbles with GLib.Notification
- [Launchers](https://docs.elementary.io/develop/apis/launchers.md): Adding Badges, Progress Bars, and launching Actions
- [State Saving](https://docs.elementary.io/develop/apis/state-saving.md)
- [Custom Resources](https://docs.elementary.io/develop/apis/gresource.md): Include additional resources with your app like icons or CSS files using GResource
- [Color Scheme](https://docs.elementary.io/develop/apis/color-scheme.md): Setting a dark or light style for your app
- [System Settings](https://docs.elementary.io/develop/apis/system-settings.md): Deep linking to System Settings


---

# 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.elementary.io/develop/apis.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.
