# Export

{% hint style="danger" %}
If you hard-code secret keys, tokens, or AI-keys into your actions, exporting them includes these. Use secret [Action Variables](/inbox-ai/actions/action-variables.md) to prevent this.
{% endhint %}

Right-click any action to export it as a shareable Inbox AI action. Right-click any folder to export the entire folder. All dependent actions are automatically included in the export.

<figure><img src="/files/15ppUaxkI3mlpwTjs2sG" alt=""><figcaption><p>General Settings</p></figcaption></figure>

You can also export all actions on the general settings screen by clicking "Export for sharing". On this same screen you can also "Import" actions.

Backup actions to back them up, including all sensitive data. **Do not share these.**


---

# 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://dreetje-1.gitbook.io/inbox-ai/actions/export.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.
