> For the complete documentation index, see [llms.txt](https://docs.apica.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apica.io/platform-docs/test-data-orchestrator-tdo/user-documentation/tdo-project-builder-user-guide/projects/import-a-project.md).

# 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.

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