# Import a Project

This function can be used to move a project from one server to another (for instance, from your test server to your production server after testing is completed).

In the lower right-hand corner of the Projects window, click the up arrow to open the import menu.  Click on the blue document icon to open the file explorer and select the project you want to upload. (You will have to have downloaded a project previously to get the project file.)

<figure><img src="/files/YicegNZN90HL7LL8mrIl" alt=""><figcaption><p>Import Project Window</p></figcaption></figure>

You have the option of adding a prefix to the project file name (e.g., ‘1\_’) or importing it with no prefix.  In the case above, no prefix has been selected as this project is being imported from a different server.  If you are importing a project that already exists on your server, you will have to add a prefix.

Once the window is complete, click the ‘Import’ button to load the project.  Once loaded, it will appear on your projects list.&#x20;

<figure><img src="/files/2KsS9L8aBeFj5MilPM7f" alt=""><figcaption><p>Imported project in projects list</p></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.apica.io/platform-docs/test-data-orchestrator-tdo/user-documentation/tdo-project-builder-user-guide/projects/import-a-project.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.
