> For the complete documentation index, see [llms.txt](https://docs.navigaglobal.com/naviga-subscribe/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.navigaglobal.com/naviga-subscribe/csr-user-guide/csr-introduction/subscription-search.md).

# Subscription Search

This guide will introduce you to the **Subscription Search** feature of the Subcon Admin Portal. **Subscription Search** allows you to search for and manage subscriptions.

## Find a Subscription

To find a particular subscription:

1. Select the **subscription search** button on the left side of the window.
2. Fill in the appropriate search parameters.
3. Select the **search** button.

   A list of matches will display.
4. Find the desired subscription from the **search results** and select either **research** or **start call**

![](/files/-MNjDaSXDKmMvlFqVJvE)

{% hint style="info" %}
Though including `client` in your search query can be helpful, you cannot search by it exclusively. Attempting to do so will return an error, and the mandatory fields will be highlighted. Populate at least one mandatory field in addition to `client` for a successful search. In general, the more detailed your search parameters, the more precise and quick your return will be.
{% endhint %}

### Research

The **research** feature displays a read-only overview of the subscription. You can view account information, digital subscription information, and search the account's history of events, filtering the events by type and time. This feature does not start a call.

### Start Call

The **start call** feature allows you to manage subscription information. You can process requests, update information, review events, etc. Likely, you will find yourself using this feature in most scenarios. By default, the feature displays the [account information](/naviga-subscribe/csr-user-guide/csr-introduction/general-account-information.md) tab.

**Note**: The client can configure whether the **start call** feature prompts you to confirm a subscriber's email address. You can enter a new email (`other`), select a registered email from the drop-down menu, or choose `no email`. The email address you choose (new or registered) will become the selected email *for this call*. This email address will be recorded in the event log and will receive a confirmation of events that occurred during the call.

### End Call

To end a call, select the **end call** button in the upper right corner of any tab.

### Query Parameter Definitions

| Query Parameter | Definition                          |
| --------------- | ----------------------------------- |
| Client          | Client's publication name.          |
| Phone number    | Subscription holder's phone number. |
| Email           | Subscription holder's email.        |
| House number    | Delivery address house number.      |
| Street          | Delivery address street name.       |
| Postal/ZIP code | Delivery address postal code.       |
| Last name       | Subscription holder's last name.    |
| First name      | Subscription holder's first name.   |

See also: [Create a new account](/naviga-subscribe/csr-user-guide/csr-introduction/create-a-new-subscription.md)


---

# 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://docs.navigaglobal.com/naviga-subscribe/csr-user-guide/csr-introduction/subscription-search.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.
