> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tensorpro.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Instructions

> Read and update per-user instructions.

## Overview

Instructions are per-user settings that shape how EDN and your model respond,
such as display name, language, response style, and domain. They are set once
and applied across sessions.

## Endpoints

<CardGroup cols={2}>
  <Card title="Get instructions" icon="eye" href="/api-reference/get-instructions">
    Read the current instructions.
  </Card>

  <Card title="Update instructions" icon="pen" href="/api-reference/patch-instructions">
    Update instructions.
  </Card>
</CardGroup>

<Note>
  A fuller instructions tutorial is coming. The endpoint pages above document
  every field and let you try each call.
</Note>
