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

# Apps

- [Generative AI Assistant](https://docs.ixhello.com/ixhc/apps/generative-ai-assistant.md)
- [Get Started with QA App](https://docs.ixhello.com/ixhc/apps/get-started-with-qa-app.md)
- [App Templates](https://docs.ixhello.com/ixhc/apps/app-templates.md)
- [Alexa Publishing Auto & Manual](https://docs.ixhello.com/ixhc/apps/alexa-publishing-auto-and-manual.md)
- [Q\&A App with publishing to Alexa](https://docs.ixhello.com/ixhc/apps/q-and-a-app-with-publishing-to-alexa.md)
- [Alexa Content App with Media in APL Mode](https://docs.ixhello.com/ixhc/apps/alexa-content-app-with-media-audio-video-images-in-apl-mode.md): (Audio, Video, & Images)
- [Alexa Content App with Media in Native Mode](https://docs.ixhello.com/ixhc/apps/alexa-content-app-with-media-in-native-mode.md): (Audio, Video, & Images)
- [Custom App with Publishing to Alexa Contact Finder](https://docs.ixhello.com/ixhc/apps/custom-skill-with-publishing-to-alex-contact-finder.md)
- [Contact Finder App](https://docs.ixhello.com/ixhc/apps/contact-finder-app.md)
- [Custom App with Publishing to Lex : Contact Finder](https://docs.ixhello.com/ixhc/apps/custom-app-with-publishing-to-lex-contact-finder.md)
- [NLP Custom App](https://docs.ixhello.com/ixhc/apps/nlp-custom-app.md)
- [Custom App Series - Step 1 - Building a Custom App](https://docs.ixhello.com/ixhc/apps/custom-skills-series-step-1-building-a-custom-skill.md)
- [Custom App Series - Step 2 - Creating a Connection](https://docs.ixhello.com/ixhc/apps/custom-skills-series-step-2-creating-a-connection.md)
- [Custom App Series - Step 3 - Publishing to a Channel](https://docs.ixhello.com/ixhc/apps/custom-skills-series-step-3-publishing-to-a-channel.md)
- [Lex Auto Publishing Setup](https://docs.ixhello.com/ixhc/apps/lex-publishing-auto-manual.md)
- [Amazon Connect and Lex Bot Integration](https://docs.ixhello.com/ixhc/apps/amazon-connect-and-lex-bot-integration.md)
- [Office 365 SharePoint - Custom App](https://docs.ixhello.com/ixhc/apps/office-365-sharepoint-custom-app.md)
- [Copy of Office 365 SharePoint - Custom App](https://docs.ixhello.com/ixhc/apps/office-365-sharepoint-custom-app-1.md)
- [Office365 Exchange - Custom App](https://docs.ixhello.com/ixhc/apps/office365-exchange-custom-app.md)
- [SalesForce Custom App](https://docs.ixhello.com/ixhc/apps/salesforce-custom-app.md)
- [SalesForce-Einstein Custom App](https://docs.ixhello.com/ixhc/apps/salesforce-einstein-custom-app.md)
- [SalesForce Managed App](https://docs.ixhello.com/ixhc/apps/salesforce-managed-app.md)
- [Secure your ixHello App with Multi-Factor Authentication](https://docs.ixhello.com/ixhc/apps/secure-your-voiceworx-app-with-multi-factor-authentication.md)
- [ServiceNow Managed App](https://docs.ixhello.com/ixhc/apps/servicenow-custom-apps.md)
- [App Template Export & Import](https://docs.ixhello.com/ixhc/apps/app-export-and-import-q-and-a-app-survey-app.md)
- [Survey App](https://docs.ixhello.com/ixhc/apps/survey-app.md)
- [Survey App Test on Alexa](https://docs.ixhello.com/ixhc/apps/survey-skill-test-on-alexa.md)
- [Survey App Test on Lex](https://docs.ixhello.com/ixhc/apps/survey-skill-test-on-lex.md)
- [IntentFeature BeforeAfterMethod](https://docs.ixhello.com/ixhc/apps/intentfeature-beforeaftermethod.md)
- [Account Linking Setup](https://docs.ixhello.com/ixhc/apps/account-linking-setup.md)
- [iX Hello Supported Periods Date Range](https://docs.ixhello.com/ixhc/apps/ix-hello-supported-periods-date-range.md)
- [Q\&A App with publishing to Lex](https://docs.ixhello.com/ixhc/apps/q-and-a-app-with-publishing-to-lex.md)
- [App Publish to Google from ix Hello](https://docs.ixhello.com/ixhc/apps/app-publish-to-google-from-ix-hello.md)
- [Secure your ixHello App with Multi Factor Authentication](https://docs.ixhello.com/ixhc/apps/secure-your-ixhello-app-with-multi-factor-authentication.md)
- [SecretsManager Configuration on EC2](https://docs.ixhello.com/ixhc/apps/secretsmanager-configuration-on-ec2.md)
- [Shared App](https://docs.ixhello.com/ixhc/apps/shared-app.md)
- [ExecuteJS](https://docs.ixhello.com/ixhc/apps/executejs.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, and the optional `goal` query parameter:

```
GET https://docs.ixhello.com/ixhc/apps.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.
