> For the complete documentation index, see [llms.txt](https://docs.r.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.r.xyz/glider-ide/api/contracts/contracts.with_name.md).

# Contracts.with\_name()

Adds a filter to get contracts with the given name.

`with_name(name: str, sensitivity: bool = True) ->` [`Contracts`](/glider-ide/api/contracts.md)

## Query Example

```python
from glider import *

def query():
  contracts = Contracts().with_name("Manager").exec(10)
  return contracts
```

## Output Example

<figure><img src="https://2237101709-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDX4Ojc4j1ef51TUAtYOx%2Fuploads%2FXdY9pZKlgbqSf6WMBtmy%2Fimage.png?alt=media&amp;token=23638676-5d6e-4250-9bcf-46fb085c3e68" alt=""><figcaption></figcaption></figure>
