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

# Development

- [Basics](https://docs.wisej.com/hybrid/development/basics.md)
- [Email](https://docs.wisej.com/hybrid/development/email.md)
- [Haptic Feedback](https://docs.wisej.com/hybrid/development/haptic-feedback.md)
- [Invoke .NET MAUI Code](https://docs.wisej.com/hybrid/development/invoke-.net-maui-code.md)
- [Invoke Platform Code](https://docs.wisej.com/hybrid/development/invoke-platform-code.md)
- [Launch External Apps](https://docs.wisej.com/hybrid/development/launch-external-apps.md)
- [License Activation](https://docs.wisej.com/hybrid/development/license-activation.md)
- [Local Application](https://docs.wisej.com/hybrid/development/local-application.md): Wisej.NET Hybrid applications can be configured to run offline without any need to connect to a remote web server.
- [MacOS Desktop Development](https://docs.wisej.com/hybrid/development/macos-desktop-development.md)
- [Multiple Windows (Desktop)](https://docs.wisej.com/hybrid/development/multiple-windows-desktop.md)
- [Network Events](https://docs.wisej.com/hybrid/development/network-events.md)
- [Notifications](https://docs.wisej.com/hybrid/development/notifications.md)
- [Open the Map App](https://docs.wisej.com/hybrid/development/open-the-map-app.md)
- [Remote Application](https://docs.wisej.com/hybrid/development/remote-application.md): Wisej.NET Hybrid applications can be configured to run online, connected to an external remote web server.
- [Shortcuts (App Actions)](https://docs.wisej.com/hybrid/development/shortcuts-app-actions.md)
- [SVG Images & Icon Packs](https://docs.wisej.com/hybrid/development/svg-images-and-icon-packs.md)
- [Unit Converters](https://docs.wisej.com/hybrid/development/unit-converters.md)
- [Updating the App](https://docs.wisej.com/hybrid/development/updating-the-app.md)
- [Vibration](https://docs.wisej.com/hybrid/development/vibration.md)


---

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

```
GET https://docs.wisej.com/hybrid/development.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.
