# Page Not Found

The URL `pages/f7b6fe4850f3a234b6024aeade84cff127ad3a47` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [Why doesn’t moving a dormant Lead/Contact to Stage 2 or 3 reactivate them?](https://help.integrousanalytics.com/faqs/why-doesnt-moving-a-dormant-lead-contact-to-stage-2-or-3-reactivate-them.md)
- [How do I create a formula field to get Lead/Contact data on the Engagement object?](https://help.integrousanalytics.com/faqs/how-do-i-create-a-formula-field-to-get-lead-contact-data-on-the-engagement-object.md)
- [Why Don’t UTMs Persist in the ‘Processing’ Fields on Leads and Contacts in Salesforce?](https://help.integrousanalytics.com/faqs/why-dont-utms-persist-in-the-processing-fields-on-leads-and-contacts-in-salesforce.md)
- [How do the Lead and Contact Lookup fields work on Engagements?](https://help.integrousanalytics.com/faqs/how-do-the-lead-and-contact-lookup-fields-work-on-engagements.md)
- [Lead Source for Manually Created Leads/Contacts](https://help.integrousanalytics.com/key-concepts/lead-source-for-manually-created-leads-contacts.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter:

```
GET https://help.integrousanalytics.com/faqs/why-doesnt-moving-a-dormant-lead-contact-to-stage-2-or-3-reactivate-them.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.

### Option 2 — Browse the documentation index

Full index: https://help.integrousanalytics.com/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://help.integrousanalytics.com/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/faqs/why-doesnt-moving-a-dormant-lead-contact-to-stage-2-or-3-reactivate-them.md`).

You may also use `Accept: text/markdown` header for content negotiation.
