# How to Track Signer Progress

Monitoring signer status in Signfeld is straightforward. For now, you can track progress directly from the Documents tab.

**1. Open the Documents Tab**

1. Click Documents in the sidebar.
2. Find the contract you sent and click its name to open the Document Details page.

2\. **View Signer Status**

On the Document Details page, you’ll see a list of signers alongside their current state:

* **Sent:** Invitation sent; not yet opened.
* **In Progress:** Signer opened the link and is filling out fields.
* **Completed:** Signer finished all required steps.

**3. Send a Reminder**

If a signer is stuck at **Sent** or **In Progress**:

1. Click the **Nudge** button next to their name.
2. Optionally add a quick message.
3. Click **Send Nudge** to prompt them to finish.


---

# Agent Instructions: 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:

```
GET https://helpyou.gitbook.io/signfeld/how-to-track-signer-progress.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
