> For the complete documentation index, see [llms.txt](https://user.netmera.com/netmera-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://user.netmera.com/netmera-user-guide/panel-settings.md).

# Panel settings

- [Settings](https://user.netmera.com/netmera-user-guide/panel-settings/settings.md): Configure Netmera settings for administration, app configuration, messaging, and content.
- [Administration](https://user.netmera.com/netmera-user-guide/panel-settings/settings/administration.md)
- [General settings](https://user.netmera.com/netmera-user-guide/panel-settings/settings/administration/general-settings.md): Configure general application settings in Netmera.
- [Users](https://user.netmera.com/netmera-user-guide/panel-settings/settings/administration/users.md)
- [Roles and permissions](https://user.netmera.com/netmera-user-guide/panel-settings/settings/administration/roles-and-permissions.md)
- [Business units](https://user.netmera.com/netmera-user-guide/panel-settings/settings/administration/business-units.md)
- [Test devices](https://user.netmera.com/netmera-user-guide/panel-settings/settings/administration/test-devices.md)
- [App configuration](https://user.netmera.com/netmera-user-guide/panel-settings/settings/app-configuration.md)
- [Events](https://user.netmera.com/netmera-user-guide/panel-settings/settings/app-configuration/events.md)
- [Button sets](https://user.netmera.com/netmera-user-guide/panel-settings/settings/app-configuration/button-sets.md)
- [Landing pages](https://user.netmera.com/netmera-user-guide/panel-settings/settings/app-configuration/landing-pages.md): Create and publish HTML landing page templates to devices using a silent push update.
- [App tracker](https://user.netmera.com/netmera-user-guide/panel-settings/settings/app-configuration/app-tracker.md): Track Android app interactions through the Netmera SDK.
- [Screen tracking](https://user.netmera.com/netmera-user-guide/panel-settings/settings/app-configuration/screen-tracking.md): Capture screen views and user actions without manual event tagging.
- [Webhooks](https://user.netmera.com/netmera-user-guide/panel-settings/settings/app-configuration/webhooks.md): Send Netmera event data to external systems in real time.
- [Reports](https://user.netmera.com/netmera-user-guide/panel-settings/settings/app-configuration/reports.md): Configure real-time analytics and report update intervals.
- [Messaging & content](https://user.netmera.com/netmera-user-guide/panel-settings/settings/messaging-and-content.md)
- [Message categories](https://user.netmera.com/netmera-user-guide/panel-settings/settings/messaging-and-content/message-categories.md): Group campaigns under stable category IDs to simplify organization and reporting.
- [Message labels](https://user.netmera.com/netmera-user-guide/panel-settings/settings/messaging-and-content/message-labels.md): Add stable label IDs to campaigns so you can filter and compare performance in reports.
- [Mail templates](https://user.netmera.com/netmera-user-guide/panel-settings/settings/messaging-and-content/mail-templates.md)
- [Coupon code lists](https://user.netmera.com/netmera-user-guide/panel-settings/settings/messaging-and-content/coupon-code-lists.md): Upload coupon codes, deliver them in campaigns, and track assignment.


---

# 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://user.netmera.com/netmera-user-guide/panel-settings.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.
