# Home

{% embed url="<https://youtu.be/GH5t_sVWKFo>" %}
Watch the video about the Home page.
{% endembed %}

When you first enter Gobu, you will see your home page showing a list of your projects. You can access any of your old projects here or create new ones.

### 1. Create a New Project

* Click "**Create New"**.
* You can enter your Research Focus by clicking the "**👤 Personalize AI for your project**"
  * We recommend you set this before running any analysis.

### 2. Choose the Right Option for You

* **Article Analysis**: Dive deep into academic articles using scientific best practices. **This is ideal if your goal is research**.
* **Smart Summary**: Get a high-quality overview including quick answers, key takeaways, and conclusions. **Perfect if your goal is efficient learning**.

***

### Exploring the Home Toolbar

* **Add Analysis**: This is the same as the **Create New** button. It starts a new project with a fresh analysis.
* **Create a New Project**: Opens a blank project for you to customize from scratch.

***

### Navigating Your Library

Clicking **Library** opens your personal library, where you can access:

* All your **Projects**
* Your **Notebooks** (AI-generated analyses)
* Your **Notes**
* Your **Sources** (PDFs, images, etc.)

***

### Managing Deleted Content

* Click **Recently Deleted** to view anything you or the AI have deleted.
* This includes:
  * Notebooks
  * Notes
  * PDFs and other sources
* You can review and restore any of these items if needed.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gobu.gitbook.io/gobu-support-docs/basics/editor.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.
