# Example: running the client in non-interactive mode

Let's run the previous example, but now in non-interactive mode. First of all you will need to generate a token on the admin pages, download it and save it a well know location on the filesystem of the machine you intend to use.&#x20;

Let's assume you stored the token under `~/token.json`, the is available at `~/apps/meterian-cli.jar`, and your shell current working directory is the one of the project. You can now launch the client:

```
$ cd vert.x
$ java -jar ~/apps/meterian-cli.jar --interactive=false \
--auth-file=~/token.json

Meterian Client v0.1
- running locally: yes
- interactive mode: off
- working on folder: /tmp/vert.x
[...]
```

The client will continue as usual, and if the token is valid it will proceed as in the interactive scenario.


---

# 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.meterian.io/the-client/using-client-ci-cd/example-running-the-client-in-non-interactive-mode.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.
