# Create Concept File

***Create Concept File*** directs the user to the page where a new concept file is created.

***Concept files*** contain reusable test steps that define recurring steps in concept files.

The following steps are followed to create a concept file;

1. Select project from BDD File List page.
2. Click the ***Create Concept File*** button.

<figure><img src="/files/2FyXVYPvTKIJCyGu11Xf" alt=""><figcaption></figcaption></figure>

3. Enter the file name.

<figure><img src="/files/yFEGQGeXH40eDd8Rog5M" alt=""><figcaption></figcaption></figure>

4. Scenario can be added to the concept file to be created.                                                          Click the ***New Scenario*** button on the BDD Editor screen for this.
5. Enter the ***Scenario*** name.

<figure><img src="/files/FOEeteL3oOzc38JUdlPT" alt=""><figcaption></figcaption></figure>

6. Click the ***New Test Step*** button to add a test step.

<figure><img src="/files/9141m9WkUX8CBEhxtb9V" alt=""><figcaption></figcaption></figure>

7. a. Click the ***Save*** button to save concept file.                                                                                        b. Click the ***Cancel*** button to cancel the adding process.


---

# 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://testinium.gitbook.io/testinium-enterprise/bdd-editor/create-concept-file.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.
