> For the complete documentation index, see [llms.txt](https://docs.mighty.study/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mighty.study/mighty-platform/general-instructions.md).

# General Instructions

Mighty Widget is a powerful tool designed to supercharge the learning experience for users of any website.&#x20;

### Demo

To see the Widget usage examples, use the demo at <https://mighty-widget.netlify.app/> to see the possible integration options.

## General Instructions - Getting Started with Mighty Platform

**1. Register on Mighty platform to add content for Widget**

* To make content visible in the widget:
  * **Step 1:** Submit an application at <https://forms.gle/dQoWwntrCJRg6Gxr8>
  * **Step 2:** The account used for google docs will be assigned as an administrator. Log in to the Mighty platform using your administrator account.
  * **Step 3:** Navigate your project space, e.g: **app.mighty.study/your-space.**
  * **Step 4:** Click on "Create New Course". Fill in the course details.
  * **Step 5:** Fill in the course contents, including texts, tasks, interactive elements or quizzes. You can click on "import docs" button to import it directly from readme or other file formats.
  * **Step 6:** Assign rewards or incentives to each module or task to gamify the learning experience.
  * **Step 7:** Save and publish the content to make it immediately visible on the widget.

**2. Install the Mighty Widget**

* The Mighty Widget can be easily integrated into your website either as:

  * **A Sidebar Widget:** This option allows the widget to appear on any page, usually on the right or left side of the screen.
  * **A Separate Page Widget:** This option involves creating a dedicated route for the widget (e.g., `your-company.com/learn`), providing a focused learning environment for users.<br>

  Choose tech stack of your liking in the directory in these docs, and happy learning!


---

# 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.mighty.study/mighty-platform/general-instructions.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.
