# Getting Started

1. Go to [My Account](https://www.jotform.com/myaccount/api)
2. Navigate to API Section
3. Create a new API Key

<figure><img src="https://cdn.jotfor.ms/p/apidocs/img/my-account-api.png" alt=""><figcaption></figcaption></figure>

4. Add your API key to the Jotform Plugin in Bubble

<figure><img src="/files/9jwEJZOpA3NES1j3OFxm" alt=""><figcaption></figcaption></figure>

5. Use **Repeating Groups** or **Workflows** to utilize the actions of the plugin

**In Repeating Groups**

<figure><img src="/files/ZzeeyILYZmz1tTm7XiAi" alt=""><figcaption></figcaption></figure>

**In Workflows**

<figure><img src="/files/VIFj96n9DxTkdg3VrpCQ" alt=""><figcaption></figcaption></figure>


---

# 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://bb-docs.gitbook.io/jotform-plugin/help-guide/getting-started.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.
