# Table of Contents

* [Accessing the Project Section](#accessing-the-project-section)
* [Create Project](#create-project)
* [Edit Existing Project](#edit-existing-project)
* [Delete Project](#delete-project)

## Accessing the Project Section

* Select "API Testing" from the services menu.

![image](/files/79WcDUaBqvhAtxtqQgkj)

***

## Create Project

Step-1: Click on **Create Project**

![image](/files/J0KmT4np8JNi4g6IivSg)

Step-2: Enter **Project Name** and **Project Description**.

Note:

* Project name must begin with a letter and can only contain "-", "\_", and space as special characters.
* Project description must start with a letter.

Step-3: Click on **Create Project** to finish project creation. ![image](/files/gi9M2avnA3OyZiOj4JFI)

***

## Edit Existing Project

Step-1: In the "All Projects" section, locate your desired project.

Step-2: Click on **Edit Project** .

![image](/files/HaozINT7AYS0IIGkjq8G)

Step-3: Click **Edit Project** to save your changes.

![image](/files/6rjqZ1qOUmR3LR9FPZI2)

***

## Delete Project

Step 1: Click on the **Delete Project**.

![image](/files/e5GBoYFAYWFJkH7XKjAQ)

Step 2: Confirm the deletion.

***

**Summary**

![images](/files/ku61nINzjJPqEINHJ9tF)

Now that you're familiar with the process of creating a project, let's delve into other significant features that we have available for you. This includes

* [**Functional Testing**](/api-testing/functional-testing/functional-testing.md)
* [**Performance Testing**](/api-testing/api-process-testing/performance-testing/performance-testing.md)
* [**API Process Testing**](/api-testing/api-process-testing/api-process.md)


---

# 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://docs.qyrus.com/api-testing/getting-started/project-creation-for-api.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.
