# Sharing workflows

### How to share a workflow

Once you've finished building, share it with a friend, colleague, or someone you think would safe time with your CodeWords workflow.

You can do this by heading to the run page of the workflow you'd like to share, and clicking the `Share` button in the top-right corner.

#### Visibility and permissions

<figure><img src="/files/HrFdNAtDnb7DIbAgsrT4" alt=""><figcaption></figcaption></figure>

After clicking share, you can choose one of the following visibility options:

* **Private:** Only you can access this workflow.
* **Selected access:** Only people you share this workflow with can see it.
* **Public:** Anyone with the link can see this workflow — perfect for sharing on social media.

This allows you to have run-level control over your workflow.

If you select either

* **Selected access**

or

* **Public**

You'll have control over whether you'd also like to share your integrations and secrets. This toggle exists so you never accidentally share API keys, secrets, or anything that should remain confidential.

If you click **Selected access**, you'll be able to add selected accounts to your workflow by adding their email addresses. You can also share the link individually with these users.

If you select **Public access**, simply copy the shareable link and share away! You can share workflows to social media (tag us, we like to reward people who share!) or you can share within group chats and with anyone you think would love your workflow.

You can also share directly to social media by clicking the buttons for **X** or **LinkedIn.**


---

# 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.codewords.ai/automations/sharing-workflows.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.
