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

# Editing a project

After you have created your project so that it appears in your **Projects** list, you can open a project session to make changes to the project.

<Frame>
  <img src="https://mintcdn.com/anaconda-29683c67/GAawxvWy-HUVSCqf/images/project_open_session.png?fit=max&auto=format&n=GAawxvWy-HUVSCqf&q=85&s=7029c2217219eb3b528a2e07205dbfe7" alt="" width="2446" height="960" data-path="images/project_open_session.png" />
</Frame>

**To edit a project:**

1. Click the **Open session** icon to open the project in the editor specified the project.

2. Make your changes to the project, and save them locally. A badge is displayed on the **Commit Changes** icon to indicate that you’ve made changes that haven’t been committed to the server.

<Frame>
  <img src="https://mintcdn.com/anaconda-29683c67/6fJRxAwYs9izUc34/images/commit_tips.png?fit=max&auto=format&n=6fJRxAwYs9izUc34&q=85&s=aa782b4165e3c81be9e77ad1449b4726" alt="" width="2564" height="1328" data-path="images/commit_tips.png" />
</Frame>

3. When you’re ready to update the repository with your changes, click the icon to [commit your changes](./commit-changes). If the project is shared, others will then be able to to access your changes, See [collaborating on projects](./collaborate) for important things to consider when working with others on shared projects.
4. When you’re done working with the project, click the **Stop session** icon. The session is listed in the **Audit Trail** for the project.

You can also leave a project session open, and click the **Return to session** when you’re ready to resume work.

<Tip>
  See [Developing your project](./dependencies) to learn how to manage the dependencies for your project, so you can run it and deploy it.
</Tip>
