# Project Tokens

The project has its own default tokens which will be by default injected into your templates. The following shows what these tokens are and where can they be used.

You can also add your own custom tokens in your project settings. Then just like with default project tokens, your defined custom tokens will be by default injected into your templates.

## Tokens

The following are default project tokens.

| Token                 | Description                                 |
| --------------------- | ------------------------------------------- |
| Project.Name          | Display name of your project.               |
| Project.SlugifiedName | Unique name of your project (in lowercase). |
| Project.Url           | Your project's URL set in settings.         |

## Where are they used

These tokens can be used in the following places:

* Email templates
* Notification templates

In triggers, you can select different token names for these token values.


---

# 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.codemash.io/other-topics/tokens-binding/project-tokens.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.
