> For the complete documentation index, see [llms.txt](https://docs.avoautomation.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avoautomation.com/avo-assure/create-and-execute-tests-with-design-studio/working-with-test-case-section/features-in-test-case-section/copying-link.md).

# Copying Link

The Copy Link option helps you generate a shareable URL for a specific artifacts in Avo Assure. Opening the copied URL takes you directly to the selected artifact, eliminating the need to navigate through the application manually.

This option allows you to share artifacts with other users and provides quick access to frequently used artifacts. This article covers how to copy and use links for Test Cases.

{% hint style="info" %}
**Note**:

* Ensure you have the required permissions to access the artifact. Users without the necessary access cannot open the linked artifact.
* To open a copied link, you must be logged in to **Avo Assure** in the browser where you open the link.
* The procedure described below is the same for the following artifacts:
  * Element Repository
  * Reusable Library
  * End-to-End (E2E) Flow
  * Execution
    {% endhint %}

To copy a link for a Test Case, perform the following actions:

1. On the **Home** page, under **Projects**, select the required project.
2. Select **Design Studio** > **Test Case**.
3. Select the **Ellipses icon** (**...**).
4. Select **Copy Link**. The link is copied to the clipboard.

<figure><img src="/files/ybvGCgZEt7SJsxxYc7Td" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
**Note**:

* The **Copy Link** option is available for both folders and test artifacts.
* You can also copy the URL directly from the browser's address bar.
  {% endhint %}

5. Paste the copied link into a supported browser or share it with other users.
6. Open the link to navigate directly to the selected artifact in Avo Assure.


---

# 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.avoautomation.com/avo-assure/create-and-execute-tests-with-design-studio/working-with-test-case-section/features-in-test-case-section/copying-link.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.
