# View or Delete Designs

The View Designs screen contains existing designs and details about each design, including status. From the Microarray Designer toolbar, select **View Designs**. To delete designs, select **Delete**.

### Design Information:

| Column Heading | Description                      |
| -------------- | -------------------------------- |
| Design ID      | The unique design ID number.     |
| Design Name    | The user-defined design name.    |
| Array Type     | The array type.                  |
| Beadcount      | The bead count for the species.  |
| Status         | The design status.               |
| Species        | The number of species.           |
| Added          | The date the design was created. |

### Design Statuses:

| Status                 | Description                                                                                                                                                                                                |
| ---------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Created                | The design request is created.                                                                                                                                                                             |
| Created (with error)   | There is an error in the design.                                                                                                                                                                           |
| Designing              | The design tool is processing the design.                                                                                                                                                                  |
| Designed/Unorderable   | The design has no errors but does not meet the criteria for ordering. Refer to [Review Design Summary](https://help.connected.illumina.com/design-studio-array/product-guides/assay-design/review-design). |
| Ready to Order         | The design has no errors. You can start ordering Illumina products.                                                                                                                                        |
| Product Name Finalized | You have entered a validated product name.                                                                                                                                                                 |
| Ordered                | Your order is completed.                                                                                                                                                                                   |
| Unknown Failure        | There is an unknown error in your design.                                                                                                                                                                  |


---

# 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://help.connected.illumina.com/design-studio-array/product-guides/view-delete-designs.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.
