> For the complete documentation index, see [llms.txt](https://docs.cyphor.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cyphor.net/code-guard/secured-values/dynamic-values.md).

# Dynamic values

Sometimes you might want to store values that change periodically. It's possible to update the stored values in real-time.

Updating or overriding the values won't cause connected clients running the software to update the values; you need to use the live update API to force this action.

The update endpoint sends the new value to connected clients while replacing the old value.
