# How to subscribe

{% stepper %}
{% step %}
**Open PowerPoint**\
Launch Microsoft PowerPoint on your device.
{% endstep %}

{% step %}
**Go to the add-in “ChatGPT for PowerPoint”**\
Click on the “Home” tab and select “ChatGPT for PowerPoint” from the Add-ins section on the ribbon.\
If you see no add-in, check the ["How to install" ](/how-to-install/how-to-install.md)article

<figure><img src="/files/6fra5PVuxgmc1vU0qszQ" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Press the “Plans” button**\
Once the add-in opens, click on **“Plans”** on the left-hand side of the panel.
{% endstep %}

{% step %}
**Press the “Get Started” button**\
Click **“Get Started”** to initiate the subscription.\
\
![](/files/015SQhidzwIyqIwN9bRf)
{% endstep %}

{% step %}
**Enter your email address and sign in with Microsoft**\
Provide your email and sign in using your Microsoft account.
{% endstep %}

{% step %}
**Make the payment using Stripe or PayPal**\
Choose **Stripe** or **PayPal** to complete your subscription.
{% endstep %}
{% endstepper %}


---

# Agent Instructions: 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.twistly.ai/how-to-install/how-to-subscribe.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.
