> For the complete documentation index, see [llms.txt](https://teamhelp.sipgate.co.uk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://teamhelp.sipgate.co.uk/use-sipgate/sipgate-app/how-can-i-create-contacts-and-set-favorites-in-the-sipgate-app.md).

# How can I create contacts and set favorites in the sipgate app?

#### How do I create new contacts?

First, open the sipgate app on your desktop. In the sidebar, go to **Contacts**. To create a new contact, click on the **+** symbol in the top right corner.

Next, choose your CRM or contact management tool. Fill out the required fields (Name, First Name, Company, Email, and Phone Number) and click **Save**.

#### How do I mark certain contacts as favorites?

To mark a contact as a favorite, open the sipgate app and go to **Contacts**. Find the desired contact and click the **star** icon next to their name.

You can also click on the contact to open their details. In the contact details, you'll find the option to mark the contact as a favorite.

#### Where can I find my favorite contacts?

To find your favorite contacts, simply open the call log. At the top, your favorites will be displayed. If a favorite only has one phone number, you can call them directly by clicking on their name. If a favorite has multiple numbers, you'll need to choose which one to call.

{% hint style="warning" %}
**Note:** You can mark up to 30 contacts as favorites.
{% endhint %}


---

# 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://teamhelp.sipgate.co.uk/use-sipgate/sipgate-app/how-can-i-create-contacts-and-set-favorites-in-the-sipgate-app.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.
