> For the complete documentation index, see [llms.txt](https://newdocs.keeper.io/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://newdocs.keeper.io/en/keeperpam/secrets-manager/about.md).

# About KSM

### Overview

Information about how Keeper Secrets Manager works.

{% content-ref url="/pages/-Mi1zTe4I8zDWSkB54eH" %}
[Architecture](/en/keeperpam/secrets-manager/about/architecture.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MhzDgoPWX-vA6xX6GjX" %}
[Terminology](/en/keeperpam/secrets-manager/about/terminology.md)
{% endcontent-ref %}

{% content-ref url="/pages/-McBFzIrCaxLyFcdKB7u" %}
[Security & Encryption Model](/en/keeperpam/secrets-manager/about/security-encryption-model.md)
{% endcontent-ref %}

### Common Functionality

Additional details about aspects of Keeper Secrets Manager which are used across many integrations and SDKs.

{% content-ref url="/pages/-MksbooTCUQVIdcCm1yR" %}
[One-Time Access Token](/en/keeperpam/secrets-manager/about/one-time-token.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MkhHwC6PB3pqh132phe" %}
[Keeper Notation](/en/keeperpam/secrets-manager/about/keeper-notation.md)
{% endcontent-ref %}

{% content-ref url="/pages/t41fd23FFoTrc6UKtieT" %}
[Secrets Manager Configuration](/en/keeperpam/secrets-manager/about/secrets-manager-configuration.md)
{% endcontent-ref %}

### Additional Resources

Information about other Keeper systems that impact Secrets Manager users.

{% content-ref url="/pages/-MerbOkoCVRpO3uCliua" %}
[Event Reporting](/en/keeperpam/secrets-manager/about/event-reporting.md)
{% endcontent-ref %}

{% content-ref url="/pages/qfedfy8aEYKgm7AhPX26" %}
[Field/Record Types](/en/keeperpam/secrets-manager/about/field-record-types.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://newdocs.keeper.io/en/keeperpam/secrets-manager/about.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
