> For the complete documentation index, see [llms.txt](https://help.piktures.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.piktures.app/cloud.md).

# CLOUD ACCESS

- [How to add a cloud](https://help.piktures.app/cloud/cloud-access.md): You can add a cloud easily with Piktures
- [Box](https://help.piktures.app/cloud/box.md): Box, Inc. is a public company based in Redwood City, California. It develops a set of  cloud services for individuals and businesses. Piktures is NOT associated with Box.
- [Dropbox](https://help.piktures.app/cloud/dropbox.md): Dropbox is a cloud storage service operated by Dropbox, Inc., headquartered in San Francisco, California, US. Piktures is NOT associated with Dropbox.
- [Google Drive](https://help.piktures.app/cloud/google-drive.md): Google Drive is a file storage and synchronization service developed by Google. Piktures is NOT associated with Google.
- [Microsoft OneDrive](https://help.piktures.app/cloud/microsoft-onedrive.md): Microsoft OneDrive is a cloud storage service that Microsoft operates. Piktures is NOT associated with Microsoft.
- [Nextcloud](https://help.piktures.app/cloud/nextcloud.md): Nextcloud is a free and open-source software, used for cloud storage and collaboration tools. Piktures is NOT associated with Nextcloud.
- [pCloud](https://help.piktures.app/cloud/pcloud.md): pCloud is a cloud service located in Switzerland, which uses the industry-standard AES 256-bit encryption. Piktures is NOT associated with pCloud.
- [Webdav](https://help.piktures.app/cloud/webdav.md): WebDAV is an open protocol on top of HTTP which allows user agents to manipulate media files. It is used by cloud storage providers to let users manage multimedia files remotely.
- [Yandex](https://help.piktures.app/cloud/yandex.md): Yandex N.V. is a multinational corporation primarily for Russian and Russian-language users, providing internet services, such as Yandex Drive. Piktures is NOT associated with Yandex.


---

# 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://help.piktures.app/cloud.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.
