# 6.2.20 Copy Public URL for Task

This feature allows users to quickly copy a public URL for a specific task of a project. This URL can then be shared with others who may not have access to the Onethread system, allowing them to view the task details without needing to log in.&#x20;

This feature can be particularly useful for sharing project updates with clients or stakeholders who are not directly involved in the project management process.&#x20;

### Steps to Use:

* Select a **task** from a **project**. The **task modal page** opens.
* Click the **Copy Public URL** section. It will copy you the link for that task.&#x20;
* **Provide** it to **anyone** who has **not** a **Onethread account yet.**
* **Click** the **link**, paste it **to a tab**, and it will **open** the **task**.
* You will get to **see** the **whole task activity page** from here.

<figure><img src="/files/9QfdoPsAcsAbUtwRWBAc" alt=""><figcaption><p>Copying Public URL</p></figcaption></figure>

### Important Notes:

* A **person** who does **not have** an **account** in **Onethread** can only **see** a **task's information** from that **URL**.&#x20;
* They **can't change** or **edit** **anything** about that **task** from the **URL**.&#x20;


---

# 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.onethreadapp.com/6.-managing-items/6.3-tasks/6.3.2-task-modal-activity-page-manage/6.2.20-copy-public-url-for-task.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.
