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

# Commands

- [Login](https://docs.kaput.sh/commands/login.md): Logs into your Put.io by saving an auth token locally on your device.
- [Logout](https://docs.kaput.sh/commands/logout.md): Logs out of your Put.io account by removing the auth token saved on your device.
- [Files](https://docs.kaput.sh/commands/files.md): Commands used to manage the files on your account.
- [List](https://docs.kaput.sh/commands/files/list.md): Lists your files and folders.
- [Search](https://docs.kaput.sh/commands/files/search.md): Searches you and your friend's files.
- [URL](https://docs.kaput.sh/commands/files/url.md): Generates a URL for downloading a file or folder.
- [Download](https://docs.kaput.sh/commands/files/download.md): Downloads a file or folder from your account to your device.
- [Delete](https://docs.kaput.sh/commands/files/delete.md): Deletes the specified file(s) on your account.
- [Upload](https://docs.kaput.sh/commands/files/upload.md): Uploads file(s) to your account.
- [Move](https://docs.kaput.sh/commands/files/move.md): Moves a file to a different parent folder.
- [Rename](https://docs.kaput.sh/commands/files/rename.md): Renames a file.
- [Extractions](https://docs.kaput.sh/commands/files/extractions.md): Lists active extractions.
- [Extract](https://docs.kaput.sh/commands/files/extract.md): Extracts ZIP and RAR archives.
- [Transfers](https://docs.kaput.sh/commands/transfers.md): Commands used to manage the files on your account.
- [List](https://docs.kaput.sh/commands/transfers/list.md): Lists the current transfers on your account.
- [Add](https://docs.kaput.sh/commands/transfers/add.md): Adds new transfers to your account with a URL.
- [Cancel](https://docs.kaput.sh/commands/transfers/cancel.md): Cancels or removes transfers on your account.
- [Retry](https://docs.kaput.sh/commands/transfers/retry.md): Retries failed transfers.
- [Remove](https://docs.kaput.sh/commands/transfers/remove.md): Removes transfer(s).
- [Clean](https://docs.kaput.sh/commands/transfers/clean.md): Clears all finshed transfers on your account.
- [Whoami](https://docs.kaput.sh/commands/whoami.md): Returns the username and email of the currently authenticated Put.io user.
- [Debug](https://docs.kaput.sh/commands/debug.md): Returns the current config file and path. This command is useful for debugging purposes.


---

# 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://docs.kaput.sh/commands.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.
