# How do I close and start a new grow?

To close a grow or start a new one, follow these steps:

{% stepper %}
{% step %}
Click on your grow in the dashboard.
{% endstep %}

{% step %}
Tap the cog icon in the top right corner.
{% endstep %}

{% step %}
Select Grow Settings.
{% endstep %}

{% step %}
Choose from three options:

* **Close grow** – Archives your current grow for future reference.
* **Close & start a new grow** – Archives your current grow and creates a new one with the same settings.
* **Delete grow** – Permanently removes the grow from your records
  {% endstep %}
  {% endstepper %}

This makes it easy to manage your grow cycles and keep track of past data for future improvements.

<br>


---

# 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://faq.growsensor.co/the-grow-app/how-do-i-use-the-grow-dashboard/how-do-i-close-and-start-a-new-grow.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.
