# How does the client work?

The client will first authenticate and validate your account: you can review the details of the operation in the related section.&#x20;

You will need to run the client in the folder where your project is located. The client will scan the folder searching for the files where your dependencies are listed or it will invoke the relevant tool to generate them.&#x20;

Once the list of dependencies is available it will be then uploaded securely to the Meterian servers, where the analysis will be conducted. Please note that if you decided to run the analysis remotely, which is available for some platforms, then all the build files will be uploaded instead (see the related chapter for more information).&#x20;

The client will be reporting the progress of the operation in its various stages, and at the end, it will print out the scores, with a link to securely access the full report.&#x20;

Multiple analysers can be automatically triggered: you can get manual control over this. see the section [Forcing or avoiding specific scans](/the-client/general-operations/forcing-or-avoiding-specific-scans.md). Some analyzers can also work recursively: in order to control that behaviour, see the section about [Excluding specific folders](/the-client/general-operations/excluding-specific-folders.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://docs.meterian.io/the-client/client/client-how-to.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.
