# Rest API v1

- [Authentication](https://developer.raindrop.io/v1/authentication.md)
- [Obtain access token](https://developer.raindrop.io/v1/authentication/token.md)
- [Make authorized calls](https://developer.raindrop.io/v1/authentication/calls.md): Build something great
- [Collections](https://developer.raindrop.io/v1/collections.md)
- [Collection methods](https://developer.raindrop.io/v1/collections/methods.md)
- [Nested structure](https://developer.raindrop.io/v1/collections/nested-structure.md)
- [Sharing](https://developer.raindrop.io/v1/collections/sharing.md): Collection can be shared with other users, which are then called collaborators, and this section describes the different commands that are related to sharing.
- [Covers/icons](https://developer.raindrop.io/v1/collections/covers-icons.md)
- [Raindrops](https://developer.raindrop.io/v1/raindrops.md): We call bookmarks (or items) as "raindrops"
- [Single raindrop](https://developer.raindrop.io/v1/raindrops/single.md): In this page you will find how to retrieve, create, update or delete single raindrop.
- [Multiple raindrops](https://developer.raindrop.io/v1/raindrops/multiple.md): In this page you will find how to retrieve, create, update or delete multiple raindrops at once.
- [Highlights](https://developer.raindrop.io/v1/highlights.md)
- [User](https://developer.raindrop.io/v1/user.md)
- [Authenticated user](https://developer.raindrop.io/v1/user/authenticated.md)
- [Tags](https://developer.raindrop.io/v1/tags.md)
- [Filters](https://developer.raindrop.io/v1/filters.md)
- [Import](https://developer.raindrop.io/v1/import.md): Handy methods to implement import functionality
- [Export](https://developer.raindrop.io/v1/export.md): Export all raindrops in specific format
- [Backups](https://developer.raindrop.io/v1/backups.md)


---

# 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://developer.raindrop.io/v1.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.
