> For the complete documentation index, see [llms.txt](https://docs.codewords.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codewords.ai/~/revisions/2IgKSsIuX4bzBsMZVaMc/core-concepts/sharing-workflows.md).

# 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.&#x20;

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.&#x20;

#### Visibility and permissions

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

After clicking share, you can choose one of the following visibility options:&#x20;

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

This allows you to have run-level control over your workflow.&#x20;

If you select either&#x20;

* **Selected access**&#x20;

or

* **Public**&#x20;

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.&#x20;

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.&#x20;

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.&#x20;

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


---

# 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.codewords.ai/~/revisions/2IgKSsIuX4bzBsMZVaMc/core-concepts/sharing-workflows.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.
