# Agent Usage

Refer to [Agent installation](/manual/getting-started/installation/agent.md) section to set up an agent.

The Command Line Interface (CLI) and Application Programming Interface (API) facilitate easy agent configuration.

{% content-ref url="/pages/xmYSWfE9TA99dsgsW4mn" %}
[CLI](/manual/implementation/agent-usage/cli.md)
{% endcontent-ref %}

{% content-ref url="/pages/J9dSGVENOsIzGxqxpoKG" %}
[API Reference](/manual/implementation/agent-usage/api-reference.md)
{% endcontent-ref %}

***

The Collection Level feature enables you to select the specific metrics you wish to monitor.

{% content-ref url="/pages/PU7809BSrcyBDPOEXxXT" %}
[Collection Level](/manual/implementation/agent-usage/collection-level.md)
{% endcontent-ref %}

***

The final section pertains to agent internals, covering topics such as log files and configuration settings.

{% content-ref url="/pages/hUrX1ho94QetFEPZo44R" %}
[Internals](/manual/implementation/agent-usage/internals.md)
{% endcontent-ref %}


---

# 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.datasentinel.io/manual/implementation/agent-usage.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.
