# DialogForm Help

## DialogForm Help

- [Getting Started](https://docs.dialogform.in/master.md): This will get you started with using DialogForm for creating e-Learning content.
- [Tutorial](https://docs.dialogform.in/tutorial.md): A series of videos to get you up and running on DialogForm.
- [Tutorial - Part 2](https://docs.dialogform.in/tutorial-part-2.md): Done with the tutorial? DialogForm has a few more tricks up its sleeve!
- [User Guide](https://docs.dialogform.in/user-guide.md): Stuff to help you get the most out of DialogForm
- [Creating a flow](https://docs.dialogform.in/user-guide/creating-a-flow.md): Learn how to create a flow.
- [Duplicating a flow](https://docs.dialogform.in/user-guide/duplicating-a-flow.md)
- [Multiple choice prompts](https://docs.dialogform.in/user-guide/multiple-choice-prompts.md): Learn how to present a list of choices to the user.
- ["Multi-select" multiple choice prompts](https://docs.dialogform.in/user-guide/multi-select-multiple-choice-prompts.md): Learn how to present a list of options to the user. The user can select multiple options to send as the response.
- [Configuring how choices appear](https://docs.dialogform.in/user-guide/configuring-how-choices-appear.md)
- [Free-form/Subjective answer prompts](https://docs.dialogform.in/user-guide/free-form-subjective-answer-prompts.md): Learn how to accept free-form answers from the user.
- [Image upload prompts](https://docs.dialogform.in/user-guide/image-upload-prompts.md): Learn how to accept image upload(s) as answers from the user.
- [Basic branching and looping](https://docs.dialogform.in/user-guide/basic-branching-and-looping.md): Learn to make make a flow branch out based on user answers.
- [Branching and looping with quick responses](https://docs.dialogform.in/user-guide/branching-and-looping-with-quick-responses.md): A quick yet powerful way to set up branching and looping for common use cases.
- [Simple scoring](https://docs.dialogform.in/user-guide/simple-scoring.md): Learn how to assign scores to answers.
- [Advanced scoring](https://docs.dialogform.in/user-guide/advanced-scoring.md): Learn how to develop complex scoring scenarios.
- [Scoring subjective answer prompts](https://docs.dialogform.in/user-guide/scoring-subjective-answer-prompts.md): Learn how to score subjective answers manually.
- [How to write Markdown](https://docs.dialogform.in/user-guide/how-to-write-markdown.md): Learn how to compose rich-text prompt messages and answers.
- [How to add images to Markdown](https://docs.dialogform.in/user-guide/how-to-add-images-to-markdown.md): Learn how to add images to prompt messages and answers.
- [How to add video to a prompt](https://docs.dialogform.in/user-guide/how-to-add-video-to-a-prompt.md): Enhance the engagement quotient by adding videos to your lessons.
- [Managing media with Cloudinary](https://docs.dialogform.in/user-guide/managing-media-with-cloudinary.md): Use Cloudinary to manage the media assets you use in your DialogForm content.
- [Branding](https://docs.dialogform.in/user-guide/branding.md): Customize colors and set a chat avatar to match your brand.
- [Customizing pauses between prompts](https://docs.dialogform.in/user-guide/customizing-pauses-between-prompts.md): Give your chats a more realistic feel by customizing the duration of pauses between prompts.
- [Using DialogForm with Thinkific](https://docs.dialogform.in/user-guide/using-dialogform-with-thinkific.md): Use your DialogForm content to power your Thinkific lessons. Delight and engage users with DialogForm's conversational-style eLearning.
- [Using DialogForm as an LTI tool](https://docs.dialogform.in/user-guide/using-dialogform-as-an-lti-tool.md): Use DialogForm as an external tool with LTI 1.3/Advantage compatible Learning Management systems (for example, Moodle, Canvas, Blackboard, D2L and Sakai).
- [Using DialogForm with other LMSes](https://docs.dialogform.in/user-guide/using-dialogform-with-other-lmses.md): Use your DialogForm content to power your online courses. Delight and engage users with DialogForm's conversational-style eLearning.
- [Adding a Webhook for notifications](https://docs.dialogform.in/user-guide/adding-a-webhook-for-notifications.md): Get notitifications of events happening in your DialogForm account.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.dialogform.in/master.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.
