# write memory

## Syntax

```
write [memory]
```

## Syntax Description

<table><thead><tr><th width="203">Keyword</th><th>Description</th></tr></thead><tbody><tr><td><code>memory</code></td><td>Specifies the non-volatile startup configuration file</td></tr></tbody></table>

## Defaults

The `memory` parameter is optional. A `write` command with no parameters is the same as `write memory`.

## Usage Guidelines

This command copies the running configuration to the startup configuration in non-volatile memory.

When commands are issued in the CLI, they are saved in the running configuration in memory, and take effect immediately. However, they are not written to the startup configuration in non-volatile memory until the `write memory` command is issued. If power is lost or the Island is rebooted, any commands issued since the last `write memory` command will be permanently lost.

Note that changes made using the Island app will automatically cause the running configuration to be written to the startup configuration.

## Examples

```
write memory
write
```

## Related Commands


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.islandrouter.com/island-router-cli-2.3.2/commands/write/write-memory.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
