# Cloud

Feniks has Google Drive and Telegram integration for now. Microsoft OneDrive, Dropbox and Amazon S3 integration is on the way. You can set up your cloud integration under the Configuration > Cloud Tab.

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

Setting up the Telegram Integration is easy. Just input the Token and URl field correctly and you are ready to go. To start a bot subscription just write a ‘/start’ message and send it to your telegram bot. After that you will be getting AI detected images.

Google Drive integration is a little bit more difficult since it requires 2 steps. First, you need to enter Credentials Json and Auth Code. The cloud integration service uses these values to get a valid Token Json from Google If those fields were set correctly. The second step is done by the cloud integration service itself. You will see Token Json and URL fields in read only mode If everything goes as expected.&#x20;

Feniks save AI images to Google Drive as daily indexed directories as shown below:

<br>

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

<br>


---

# 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://feniks.gitbook.io/doc/feniks/cloud.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.
