# a. StackBlitz instructions

We'll use the Angular Generator to create other Angular files such as interfaces and services.

The local development instructions uses the Angular CLI command `ng g i interfaces/todo-item` to create the `interfaces` folder and the interface file in one command. Unfortunately, we have to work around a small bug in StackBlitz and create the folder manually.

Right click on the `app` folder and select **New Folder** and name the folder `interfaces`.

Now we can use the Angular Generator. Right click on `interfaces` and select **Angular Generator**, then select **Interface**.

Type `todo-item` in the text box to create the interface.

Only component files have HTML templates so we don't need to shuffle any code around.

Return to the previous page to [continue the tutorial](https://ng-girls.gitbook.io/todo-list-tutorial/workshop-todo-list/interface/).


---

# 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://ng-girls.gitbook.io/todo-list-tutorial/workshop-todo-list/interface/stackblitz.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.
