> For the complete documentation index, see [llms.txt](https://brainence.gitbook.io/rules-exporter/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://brainence.gitbook.io/rules-exporter/overview/export-rule.md).

# Export rule

**Go to Apps >&#x20;***<mark style="color:blue;">**Rules Exporter**</mark>***.**

You will see the following fields:

* **Source rule name**\
  The dropdown will appear with all rules currently configured on your account.\
  Select the one you want to export.
* **Target rule name**\
  Populate the name, which the new rule should have.
* **Target account email**\
  Populate the email of a user who has access to the rule creation in the Rules Engine. It can be any   eligible user, not only the main Linnworks account owner.
* **Target account password**\
  Populate the email of a user who has access to the rule creation in the Rules Engine. It can be any   eligible user, not only the main Linnworks account owner.

Click on **Export\&Import** and the rule would be created on the new account.

If macro, folder, shipping service or any other part of the rule doesn't exist on the new account, the confirmation window will pop up, listing all of the items, that are missing. Additionally, if you decide to proceed anyway, the App would replace such action with the note addition to the order.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://brainence.gitbook.io/rules-exporter/overview/export-rule.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
