> For the complete documentation index, see [llms.txt](https://wiki.dieagenturverwaltung.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.dieagenturverwaltung.de/die-agenturverwaltung-en/adressbuch-1/suche-nach-kontakten.md).

# Search for contacts

## Search by name

If a search term is entered here, the names of organizations and the first and last names of people will be searched. Multiple words can also be separated by a space.

## Search by tags

Tags are keywords that can be added to an organization or a person.&#x20;

{% hint style="info" %}
**Examples of tags**\
Hot Lead\
Freelance designer\
Photographer\
Christmas newsletter
{% endhint %}

Using this field we can narrow the contact list to results that are tagged with one or more tags.

## Search by location

Only contacts will be found that have at least one address and a) whose postal code (numeric, starting from the beginning) or b) whose city matches the search term entered in this field.

{% hint style="info" %}
**48** searches for contacts in the postal region 48 (Münster)\
**Berlin** searches for contacts in Berlin\
**22767** searches for contacts with the postal code 22767
{% endhint %}

## Search by contact type

If contact types (e.g. customer, supplier, partner, prospect, potential customer, etc.) are configured for the agency, the search results can be restricted by them accordingly.

Contact us if you want us to configure this for your Agenturverwaltung: <info@dieagenturverwaltung.de>

## Export of search results

This feature will be available soon.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.dieagenturverwaltung.de/die-agenturverwaltung-en/adressbuch-1/suche-nach-kontakten.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
