# Display Key Details

## Command

To display details for a specific key, you can use the following command:

```
sagacli keys show <keyname or address>
```

For example, to list the details associated with the key named `test1`, you would type

```
$ sagacli keys show test1
- address: saga1z0uscdcprxcun2mlnyrz5kelemmjw768sdrgz5
  name: test1
  pubkey: '{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"A+u4iLJZWZHHcRIEbme8ppbmk1jYTpZVio8anPqAIQ31"}'
  type: local
```

{% hint style="info" %}
Use the `sagacli keys show <keyname> --bech <acc|val|cons>` to see the account, validator operator and consensus components of the key.
{% endhint %}

## Further Details

For a full list of options supported by the `show` command, type

```
sagacli keys show --help
```


---

# 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.saga.xyz/sagacli/key-management/display-key-details.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.
