# Acorn&#x20;

## Acorn Knowledge Base

- [What is Acorn?](https://docs.acorn.software/about-acorn/readme.md)
- [The Ontology of Acorn](https://docs.acorn.software/about-acorn/the-ontology-of-acorn.md): The concept of Acorn as a peer-to-peer agile project management
- [Who is Acorn for](https://docs.acorn.software/about-acorn/who-is-acorn-for.md)
- [Best Practices](https://docs.acorn.software/about-acorn/best-practices.md): Learn tips on how to manage your project in Acorn.
- [Updating the App](https://docs.acorn.software/about-acorn/updating-the-app.md): Automated and manual flows for updating Acorn
- [Project Members](https://docs.acorn.software/projects/project-members.md)
- [Projects Dashboard](https://docs.acorn.software/projects/projects-dashboard.md)
- [Create a Project](https://docs.acorn.software/projects/create-a-project.md)
- [Join a Project](https://docs.acorn.software/projects/join-a-project.md)
- [Import a Project](https://docs.acorn.software/projects/import-a-project.md)
- [Invite Members to a Project](https://docs.acorn.software/projects/invite-members-to-a-project.md)
- [Export a Project](https://docs.acorn.software/projects/export-a-project.md)
- [Delete or Leave a Project](https://docs.acorn.software/projects/delete-or-leave-a-project.md)
- [Map View](https://docs.acorn.software/project-views/map-view.md)
- [Creating Outcomes](https://docs.acorn.software/project-views/map-view/creating-outcomes.md)
- [Removing Outcomes](https://docs.acorn.software/project-views/map-view/removing-outcomes.md)
- [Outcome Connections](https://docs.acorn.software/project-views/map-view/outcome-connections.md)
- [Canvas Navigation in Map View](https://docs.acorn.software/project-views/map-view/canvas-navigation-in-map-view.md)
- [Tree Navigation by Keyboard](https://docs.acorn.software/project-views/map-view/tree-navigation-by-keyboard.md)
- [Map Viewing Options](https://docs.acorn.software/project-views/map-view/map-viewing-options.md)
- [Table View](https://docs.acorn.software/project-views/table-view.md)
- [High Priority View](https://docs.acorn.software/project-views/high-priority-view.md)
- [Expanded View](https://docs.acorn.software/project-views/expanded-view.md)
- [Outcome Scope](https://docs.acorn.software/outcomes/outcome-scope.md)
- [Outcome Statement](https://docs.acorn.software/outcomes/outcome-statement.md)
- [Achievement Status](https://docs.acorn.software/outcomes/achievement-status.md)
- [Progress Indicator](https://docs.acorn.software/outcomes/progress-indicator.md)
- [ID Number](https://docs.acorn.software/outcomes/id-number.md)
- [Assignees](https://docs.acorn.software/outcomes/assignees.md)
- [Tags](https://docs.acorn.software/outcomes/tags.md)
- [GitHub Link](https://docs.acorn.software/outcomes/github-link.md)
- [Time](https://docs.acorn.software/outcomes/time.md)
- [Description](https://docs.acorn.software/outcomes/description.md)
- [High Priority Outcomes](https://docs.acorn.software/outcomes/high-priority-outcomes.md)
- [Entry Point Outcomes](https://docs.acorn.software/outcomes/entry-point-outcomes.md)
- [Comments](https://docs.acorn.software/outcomes/comments.md)
- [Tasklist](https://docs.acorn.software/outcomes/tasklist.md)
- [Children List](https://docs.acorn.software/outcomes/children-list.md)
- [Ancestors Breadcrumbs](https://docs.acorn.software/outcomes/ancestors-breadcrumbs.md)
- [Clearing Application Data](https://docs.acorn.software/troubleshooting/clearing-application-data.md): How to reset your application data, and perform a 'factory reset'. Warning: this is a destructive action.
- [Your Project Data](https://docs.acorn.software/data-in-acorn/your-project-data.md): How to keep your project data safe while using Acorn alpha


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.acorn.software/about-acorn/readme.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.
