# Cloudinary

Cloudinary allow you to store data easily with just a few steps.

To connect to your Cloudinary account you will need a few things as shown in the below image.

<figure><img src="https://2144409983-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHbDmB8MlZRo4hzrDiO0X%2Fuploads%2FOSLbFr4cJFXC0Vm10dlN%2FCloudinary.png?alt=media&#x26;token=1f934089-edd4-465c-ba25-f9c961cd678c" alt=""><figcaption></figcaption></figure>

From your main dashboard go to the Integrations section on the left-hand menu. Then select **Cloudinary** from the overview. From here you will only need 4 things you can fetch from your account over at [Cloudinary (opens new window)](https://cloudinary.com/).

### Login to Cloudinary <a href="#login-to-cloudinary" id="login-to-cloudinary"></a>

Just login and from the dashboard you will be able to access all the info if you already created it beforehand.

<figure><img src="https://2144409983-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHbDmB8MlZRo4hzrDiO0X%2Fuploads%2FgViJxETYxWmU8R6w38Ta%2Fcloudinary02.9555dd36.png?alt=media&#x26;token=2d9227c6-17b4-4099-a5d1-b4591d218233" alt=""><figcaption></figcaption></figure>

If you have the above already present then you are all set to go. Just copy and paste it into your workspace integration overview.

If you do not have an API key and secret yet or want to create a new one just for your Rapidbott, then you will need to create one.

### Creating your API key <a href="#creating-your-api-key" id="creating-your-api-key"></a>

You can create an API key by going to the **settings**, then selecting the **security tab**

<figure><img src="https://2144409983-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHbDmB8MlZRo4hzrDiO0X%2Fuploads%2F0zELqdQyCzVGh7OR9YbH%2Fcloudinary03.c139495d.png?alt=media&#x26;token=841e0ec1-330b-4065-8060-9bc2838ca396" alt=""><figcaption></figcaption></figure>

From here scroll all the way down until you see a section called **Access Keys**. From here press the text called “**generate new pair**”

<figure><img src="https://2144409983-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHbDmB8MlZRo4hzrDiO0X%2Fuploads%2FBqU6FdDJLxA58yzvFri1%2Fcloudinary04.22889246.png?alt=media&#x26;token=e4c2056e-b3ea-4279-97f4-9a574c7be7ab" alt=""><figcaption></figcaption></figure>

Once generated copy both the API key and secret and paste it into your workspace along with your other details

<figure><img src="https://2144409983-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHbDmB8MlZRo4hzrDiO0X%2Fuploads%2FuBLAkjM6yqhO2FGDEled%2FCapture.png?alt=media&#x26;token=434d5e76-90ec-427f-8232-58dc780528f3" alt=""><figcaption></figcaption></figure>

### Using Cloudinary in your flows <a href="#using-cloudinary-in-your-flows" id="using-cloudinary-in-your-flows"></a>

Once connected you can use Cloudinary directly inside your Rapidbott flows.

<figure><img src="https://2144409983-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHbDmB8MlZRo4hzrDiO0X%2Fuploads%2FQfS4JV6yualcpew2UN4Q%2Ftempsnip.png?alt=media&#x26;token=51d9c72e-9347-4076-a62b-e7dada687033" alt=""><figcaption></figcaption></figure>

Just insert an action block -› integrations -› Cloudinary.

From here you will be able to upload a file directly to your account and store it securely


---

# 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.rapidbott.com/help-center/platform/introduction/integrations/cloudinary.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.
