> For the complete documentation index, see [llms.txt](https://aptitude.gitbook.io/zaubercms/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aptitude.gitbook.io/zaubercms/creating-a-website/current-content-properties/api-key-picker.md).

# Api Key Picker

The API key picker allows you to pick an API key stored in the appSettings

<figure><img src="/files/TtQMpICPPbZBSNNNIys9" alt=""><figcaption></figcaption></figure>

#### Example of getting value on page

```csharp
(Content!.GetValue<string>("PropertyAliasHere"))
```
