> For the complete documentation index, see [llms.txt](https://docs.smartbotpro.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.smartbotpro.io/scripts/integrations/get-course.md).

# Get Course

Get Course is one of the largest platforms for online schools. At its base is:&#x20;

* website and landing page builder
* ready-made distance learning system (LMS)
* payment acceptance
* mailing lists&#x20;

and other useful tools. So if you are teaching courses at your online school, Get Course will help you bring all the processes together in one place.&#x20;

And with the help of our constructor, you can add students through social networks. networks and even accept payments from them.&#x20;

Click on the "Integrations" section and select "Get Course"

![](/files/zd17lN0kEqKY8o5yLSIC)

### Adding a user

To add a student, select this action and open the block. Next, you will need to select your classroom in Get Course.

![](/files/IFPBhaO9KytaPXVrpOkV)

Through this block, you can transfer and save the name, phone number, email, country and city of your client to Get Course.

![](/files/fnyyOZQBEN6RzqqO7Xai)

{% hint style="info" %}
Please note: contact information must first be collected and stored in variables. This is easy to do by sending several messages with questions and then processing them.&#x20;
{% endhint %}

In addition, you can collect a lot of referral parameters to keep track of where customers got into the bot

![](/files/HFSLBvKAHYn8jGzh18RR)

### Creating a payment

You can also accept payments via Smartbot Pro to your account balance in Get Course.&#x20;

Just select this action in the integrations section and fill in the fields inside the block.

![](/files/25ubAdIrjKVmULbGG6N5)

The link to the payment and the order number can be stored in user variables.&#x20;

Through this block, you can also save many referral parameters to track the source of a person's referral.

Now you know how to use Get Course with our bot!


---

# 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.smartbotpro.io/scripts/integrations/get-course.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.
