> 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_prefix.md).

# Contracts.with\_name\_prefix()

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

## Query Example

```python
from glider import *

def query():

  main_contracts = Contracts().with_name_prefix("Acc", sensitivity=True).exec(5)

  return main_contracts
```

## Output Example

<figure><img src="/files/rO5cZsKE27Nb8bhJhryy" alt=""><figcaption></figcaption></figure>
