# Integration with Sec1 CLI

This documentation provides guidance and information for using the Sec1 CLI to bring the [functionality of Sec1](/user-docs/1-quick-start.md) into your development workflow. Here you will find:

* Instructions for [installing the Sec1 CLI](#install-with-standalone-executables)
* The full text of the [CLI help](/user-docs/2-integration-with-sec1/5-integration-with-cli/commands.md) for all of the commands and their options, just as the help appears in your terminal

## Install with standalone executables

To download and run the latest Sec1 CLI on macOS, you could run:

```bash
curl --compressed https://digitalassets.sec1.io/sec1-cli-macos -o sec1
chmod +x ./sec1
mv ./sec1 /usr/local/bin/
```

You can use these direct links to download the executables:

* [Download for macOS](https://digitalassets.sec1.io/sec1-cli-macos)
* [Download for Linux](https://digitalassets.sec1.io/sec1-cli-linux)
* [Download for Windows](https://digitalassets.sec1.io/sec1-cli-win.exe)


---

# 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.sec1.io/user-docs/2-integration-with-sec1/5-integration-with-cli.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.
