# Share Public Project Link

Maybe you'd like to share your project with a client or to the public with curated datasets that they can query via SQL or access via API. There's a way in Phiona for you to do that securely.

### Expose Public Link

When you navigate to the "Access" tab within your project, there's an option to create a public share link. Slide the button over and a magic link will be generated for view-only access to the datasets in this project.

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

Once you navigate to that link, a view-only mode will be offered to the user. If an API is enabled for a dataset, that can be accessed (assuming you have been given an API Key). If the SQL warehouse is enabled, you'll have access to that database. You can also send an export of the datasets to an email address.

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


---

# 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.phiona.com/sharing-data/share-public-project-link.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.
