# Sharing Imports

Your Laika Workspace also let's you easily share Requests by implementing Imports and Exports for Request Collections.

### Exporting Requests

To Export Requests from your Collection, simply click on the Menu Button on the name of the Collection in the pane, then select **Export.**

![](/files/cnUayALhhIXmEpnyebsG)

This will download a json file with all the Requests' data. You can share or save this file; you can **Import** the collection back later using this file.

### Importing Requests

To import a Collection, simply click on the **\[ Import ]** button in the Collections pane.

![](/files/rEeDtQ2Qv5kLcqe12SiE)

Clicking on this will open up a Import Modal, on which you can drag and drop the json file or click on the space to manually browse the file location through your device's File Explorer.

![](/files/VCMmnlYwO2vsY9Y0lGn0)

Once selected, the file will show up in the modal, after which you can click on the \
\&#xNAN;**\[ Upload ]** button to import the Collection into your workspace!

![](/files/ArQJPyDZA2OyIGdJvzsl)


---

# 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.getlaika.app/docs/fundamentals/sharing-imports.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.
