> ## Documentation Index
> Fetch the complete documentation index at: https://docs.graphext.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Sharing an interactive project

> Package and share your analysis in an interactive environment

All Graphext proyects can be made into **publications**, read-only views of the
project that have their standalone urls and can be shared safely to anyone.

This allows for very easy replication of results or further investigation on
the same data.

As an example, this is a publication of one of our projects,
the [FIFA Player Stats for the 2022 Season](https://dev-embeds.graphext.com/bc4c7002692219be/index.html). You can
view and interact with all the data, but edits are not allowed.

## Creating a new publication

To create a new publication of your project, click the options **button in the
upper left corner** and select "New Publication".

<Frame>
  <img src="https://mintcdn.com/graphext/fZjz0m5J_8c25YMy/images/new-publication.webp?fit=max&auto=format&n=fZjz0m5J_8c25YMy&q=85&s=abf019a193552052bd2b11e6b28cbffa" alt="New publication" width="1576" height="1310" data-path="images/new-publication.webp" />
</Frame>

This menu will pop up, which allows you to customize the environment you are
about to create.

<Frame>
  <img src="https://mintcdn.com/graphext/fZjz0m5J_8c25YMy/images/new-publication-menu.webp?fit=max&auto=format&n=fZjz0m5J_8c25YMy&q=85&s=6b61be75f9af8f68f39704129c3a5e69" alt="New publication" width="2024" height="1756" data-path="images/new-publication-menu.webp" />
</Frame>

You can change:

* the title the project will display
* the author name
* what sections (tabs) you want the environment to display, which can be any of the following:
  * data
  * plot
  * graph
  * compare
  * correlations
  * models
  * insights
* publication date and a Graphext watermark
* the theme of the publication
* whether the layout will be the same as the original project, or a simplified one with no left sidebar
* lastly, a custom Javascript input that will execute upon loading. You may need to scroll to see this.

## Modifying an existing publication

After creating a publication, you can edit it by going to the "Manage Publications" button, below the
"New Publication" one.

<Frame>
  <img src="https://mintcdn.com/graphext/trfFunaWYnndLpnF/images/manage-publications.webp?fit=max&auto=format&n=trfFunaWYnndLpnF&q=85&s=199f900d33baae8aa919d855d535f5ae" alt="Manage publications" width="1562" height="1108" data-path="images/manage-publications.webp" />
</Frame>

You'll be presented with this menu, in which you can view all the publications made for this project,
edit them, delete them, or create a new publication.

<Frame>
  <img src="https://mintcdn.com/graphext/trfFunaWYnndLpnF/images/manage-publications-menu.webp?fit=max&auto=format&n=trfFunaWYnndLpnF&q=85&s=195da3e01db5a4aa4f5ae3578f16e489" alt="Manage publications menu" width="2374" height="1488" data-path="images/manage-publications-menu.webp" />
</Frame>

<Note>
  When editing or removing a publication, changes may take a few minutes to
  propagate.
</Note>
