# Running SeDe CLI

### Guardian

Guardians of our selective de-anonymization solution can also run a command-line application for performing their operations.

You can download the CLI from the GitHub repo:

```bash
git clone https://github.com/Veilnyx-tech/Veilnyx-cli
```

Set the necessary environment variables in the `.env` file using the given `.env.example`.

#### Commands

* `Veilnyx guardian`: Run Guardian client
* `Veilnyx fragShares`: Post your secret shares fragments during initialization


---

# 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.veilnyx.com/cli/running-sede-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.
