# create

`prism create` is used to create project components.

```
 Usage: prism create [OPTIONS] COMMAND [ARGS]...                                                                                     
                                                                                                                                     
 Create and/or update project components (e.g., tasks, triggers, agents).                                                            
                                                                                                                                     
╭─ Options ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ --help      Show this message and exit.                                                                                           │
╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ agent    Create an agent YML configuration file                                                                                   │
│ task     Create new tasks for your project.                                                                                       │
│ trigger  Create a triggers YML file at the TRIGGERS_YML_PATH in prism_project.py.                                                 │
╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
```

There are three subcommands:

* [agent](https://docs.runprism.com/v0.2.8/cli/create/agent)
* [task](https://docs.runprism.com/v0.2.8/cli/create/task)
* [trigger](https://docs.runprism.com/v0.2.8/cli/create/trigger)


---

# 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.runprism.com/v0.2.8/cli/create.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.
