> For the complete documentation index, see [llms.txt](https://docs.tailent.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tailent.com/getting-started/tap-studio/how-to-open-an-existing-automation-project-in-tap-studio.md).

# How to Open an Existing Automation Project in TAP Studio

There are 2 possible ways to open an existing automation project in TAP Studio:

1\. Open Automation button from the ribbon menu.

Click on the button "OpenAutomation" from the ribbon menu, under the Design tab.

![](/files/-Mg5--CZ8Xk1Ah8zp4Wz)

This button is available either from the home page, either when another automation project is already open.

2\. The "Open" button from the **canvas.**

Once you launch TAP Studio and log in, the following home page will appear.

![](/files/-Mg5-BgMitifPQOZopnJ)

Click on the button "Open" from the **canvas.**

![](/files/-Mg5-JfF7qLQ-CRGnASf)

**Important**: this option is available only when you open the TAP Studio.

In both ways, an **Open** window will pop up in order to set the path and the automation project, having the .tap extension, to be open.

![](/files/-Mg5-eq9EmbVUb6iWFIW)

{% hint style="info" %}
The Open window is set by default on the folder "TAP Studio" under Documents.

The Open window is set by default to display only .tap files, because it is the only file type that TAP Studio can open
{% endhint %}


---

# 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.tailent.com/getting-started/tap-studio/how-to-open-an-existing-automation-project-in-tap-studio.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.
