> For the complete documentation index, see [llms.txt](https://docs.jigx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jigx.com/building-apps-with-jigx/additional-functionality.md).

# Additional functionality

You can configure the following functionality in your Jigx App to enhance the experience:

<table data-header-hidden><thead><tr><th width="139.65234375"></th><th></th></tr></thead><tbody><tr><td><a href="/pages/2pQXOyq0p8P7VGpmcnW2">Deep links</a></td><td>Deep linking enhances user experience by creating seamless navigation between the app and external sources. It is useful in marketing campaigns, social media links, or emails to direct a person to a specific product, article, or feature within your app.</td></tr><tr><td><a href="/pages/pYaYhC972Spa5bOYXsGg">Localization</a></td><td>Use a single jig that can have multiple translations associated with it. The app respects the language setting of the device and renders the jig in that language if the corresponding language file is found or defaults to English.</td></tr><tr><td><a href="/pages/j6vNQxekMb9x5BLpm8ir">Notifications</a></td><td>Set up notifications on the user's device as push and in-app notifications.</td></tr></tbody></table>


---

# 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.jigx.com/building-apps-with-jigx/additional-functionality.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.
