# Token

Represents a single token of a particular type within a query

****

- Since [5.1.0](https://github.com/getkirby/kirby/releases/tag/5.1.0)
- Full class name: `Kirby\Query\Parser\Token`
- Source: <https://github.com/getkirby/kirby/tree/5.5.3/src/Query/Parser/Token.php#L17>

<unstable-notice>
`Token` has been **marked as unstable**. It might be changed in a future Kirby major or minor release without being considered a breaking change. Use with caution.
</unstable-notice>

****

### Token

- [new Token()](https://getkirby.com/docs/reference/objects/query-parser/token/__construct.md)
- [$token->is()](https://getkirby.com/docs/reference/objects/query-parser/token/is.md)