# Functions

Explore the server-side functions provided by the Nuxt SDK.

Server-side functions for fetching content, evaluating queries, and managing user identity from your Nuxt server routes and middleware.

> **Looking for something specific?**
>
> Use the search bar at the top of the page or press `/` to quickly search through the documentation.

Use the summary below to quickly jump to a specific topic:

- [fetchContent](/reference/sdk/nuxt/api/functions/fetch-content): Learn how to fetch content on the server side.
- [evaluate](/reference/sdk/nuxt/api/functions/evaluate): Learn how to evaluate queries on the server side.
- [identify](/reference/sdk/nuxt/api/functions/identify): Learn how to identify users on the server side.
- [anonymize](/reference/sdk/nuxt/api/functions/anonymize): Learn how to anonymize users on the server side.
