> For the complete documentation index, see [llms.txt](https://docs.nrnagents.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nrnagents.ai/getting-started/saving.md).

# Saving

Show how to save a model and explain the concept of model slots

{% tabs %}
{% tab title="Javascript" %}

```javascript
await model.save()
```

{% endtab %}

{% tab title="C#" %}

```csharp
await Model.Save();
```

{% endtab %}
{% endtabs %}
