# Space migration

<figure><img src="/files/jMw8eLtn65Mc76Aw4G0A" alt=""><figcaption></figcaption></figure>

### Availability

The Space Migration option is available only if:

* You are the Owner of the private space
* You are a Billing Owner in at least one organization

If these conditions are met, the migration option will be visible in the Space Info page.

### How Space Migration Works

#### 1. Start Migration

When you click the Migrate Space button:

* A modal dialog is displayed
* You can select the target organization from a list of organizations where you have billing ownership

#### 2. Download Current Space Access (Optional)

<figure><img src="/files/2b0zDJSSY5xrLSdmlBWF" alt=""><figcaption></figcaption></figure>

Before confirming the migration, you can download the current access configuration of the space.

* This downloads a CSV file
* The file contains:
  * email
  * role (default and custom)
* One row per user who currently has access to the space

This is useful as a reference, since space-level access settings will not be preserved after migration.

<figure><img src="/files/OlpBYxy9FRxJnXOfdBQO" alt=""><figcaption></figcaption></figure>

#### 3. Confirm Migration

{% hint style="warning" %}
Access permissions are not migrated
{% endhint %}

Once confirmed:

* The space is moved under the selected organization
* All rules and configurations remain unchanged
* All space access settings are removed

<figure><img src="/files/OZr427JGQGO6hKlW9sXc" alt=""><figcaption></figcaption></figure>

### After Migration

#### Access Configuration

* Access to the space must be reconfigured at the organization level
* Permissions are managed using the organization’s access controls

#### Redirection

After the migration is completed:

* You are automatically redirected to the organization
* The system opens the space detail page
* You can immediately set access permissions for the migrated space

<figure><img src="/files/9pj1et8vRf2vESwa15gw" alt=""><figcaption></figcaption></figure>


---

# 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.decisionrules.io/doc/space/space-info/space-migration.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.
