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

# Common FAQs

<AccordionGroup>
  <Accordion title="How do I view my account details">
    Navigate to your Account Settings at `/~/settings` from the Davinci Browser, or click your avatar in the top-right corner of the Editor and select **Account Settings**. Here you can view your profile, credit usage, billing details, connections, and storage.

    [Read more about Account Management](/pages/browser/usage-plans-billing/overview)
  </Accordion>

  <Accordion title="How do I create a project">
    From the Home page, click the `New` button in the sidebar. In the dialog that appears, enter a project name, choose an owner, and select a visibility level. Click `Create Project` and it will appear in your project list.

    [Read more about Home](/pages/browser/home)
  </Accordion>

  <Accordion title="How do I save and close a project">
    Projects are saved and closed automatically when you exit your browser or log out.
  </Accordion>

  <Accordion title="How do I add a collaborator to a project">
    Navigate to the project's page from the Davinci Browser, then select the **Collaborators** tab. Click the `Add Collaborator` button to invite users. The Editor links back to the Browser project page for collaborator management.

    [Read more about Collaboration](/pages/editor/collaboration/overview)
  </Accordion>

  <Accordion title="How do I reference objects">
    You can use `@` to reference objects throughout the application. This works in inline document text, table cells, and even in chat to link objects within a task request.

    [Read more about the @ System](/pages/modeling/overview/mentions)
  </Accordion>

  <Accordion title="How do I delete files or recover storage space">
    Open a project in the Editor and go to Project Settings > Files. From there, you can permanently delete files from the project. You can also view your overall storage usage from Account Settings at `/~/settings/storage`.

    [Read more about Files](/pages/editor/project-settings/files)
  </Accordion>

  <Accordion title="How do I view and undo AI changes">
    AI-generated changes are displayed in the chat response under each sub-task. Click the `View` button to open the change log, where you can undo or redo modifications.

    [Read more about Agent Chat](/pages/editor/right-panel/agent-chat)
  </Accordion>

  <Accordion title="How do I prevent editing of objects by the AI (or other users)?">
    You can lock objects from the index or the properties view in the workspace. This prevents both AI and human users from making changes to the object.

    <Note>Locking an object will also lock all of its descendants. You can unlock an object at any time.</Note>

    [Read more about Object Locking](/pages/editor/collaboration/object-locking)
  </Accordion>

  <Accordion title="Which Python packages can I use?">
    In the Code view, click the `Modules` button in the top-left corner of the header to see the available packages.

    [Read more about Code View](/pages/user-guide/views/code)
  </Accordion>

  <Accordion title="How do I export data?">
    You can export data for individual objects in various formats using the download button located at the bottom-left of the tab window for that open object in the workspace. Additionally, in the Editor under Project Settings > Summary, you can download the entire project in SysML, JSON, or DAF format.

    <Note>Export formats are still in development and will be expanded in future releases.</Note>

    [Read more about Exporting via Project Settings](/pages/editor/project-settings/project#export-model)
  </Accordion>

  <Accordion title="Which browsers does Davinci support">
    Davinci works best in Chromium-based browsers such as Google Chrome and Microsoft Edge. Some advanced editor, file, and execution features may not behave as expected in non-Chromium browsers.
  </Accordion>
</AccordionGroup>
