> ## 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/Jbxn1KJ0XaeZeGhX/images/data-science/project_open_session.png?fit=max&auto=format&n=Jbxn1KJ0XaeZeGhX&q=85&s=613664e502487dfe53a6f3ea3a0535f4" alt="" width="2446" height="960" data-path="images/data-science/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/PJ_ii3MdRzruBlJj/images/data-science/commit_tips.png?fit=max&auto=format&n=PJ_ii3MdRzruBlJj&q=85&s=4dfa3d891528f75c15f4c254ea58981d" alt="" width="2564" height="1328" data-path="images/data-science/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>
