> For the complete documentation index, see [llms.txt](https://docs.dialogform.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dialogform.in/user-guide/using-dialogform-with-other-lmses.md).

# Using DialogForm with other LMSes

{% hint style="info" %}
Even if DialogForm does not automatically integrate with your Learning Management System (i.e. it is not Thinkific or not LTI 1.3/Advantage compatible), you can still use it.
{% endhint %}

To integrate DialogForm content into the courses you create on your LMS, you need to be able to convey to DialogForm the identity of the student consuming the content, so that we can save progress and provide you with analytics. This identity does not have to be personally identifiable information (for the sake of privacy). It just needs to be something that is unique to each student within your database.

DialogForm content can be embedded into your courses using an embed code or embed URL. The identity of the student needs to be passed in using this embed code/URL.

## Off-the-shelf LMS

Many LMSes allow third-party content to be embedded using an embed code/URL. If your LMS allows the student identity to be passed in to the code/URL, then just follow their instructions to do so.

## Building a custom LMS?

If you have, or are building your own LMS, and are interesting in having DialogForm integrate with you, we will be delighted to work with you to do so! Please contact us at <hi@dialogform.in>.


---

# 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.dialogform.in/user-guide/using-dialogform-with-other-lmses.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.
