> For the complete documentation index, see [llms.txt](https://docs.inogic.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inogic.com/business-process-checklist/features/plan-items/auto-attach-the-plan-to-record.md).

# Auto-Attach the Plan to Record

Plans defined by the manager will automatically get attached to the records as per the matched criteria. And whenever a new record will be created in the chosen record type the set plan for it will automatically get connected to the newly created record.

**Below is an example:**

* Suppose the manager has created a plan for lead nurturing for the lead entity, where the criteria are set as lead source as **"Web".**

<figure><img src="/files/oZVuC81LiI1isgS5be8H" alt=""><figcaption></figcaption></figure>

* Navigate to **Sales Hub -->** Go to **Leads -->** Create a **New Lead** with source as **Web.**

<figure><img src="/files/rMIImQHxhywxatUvW2uT" alt=""><figcaption></figcaption></figure>

* So, whenever the lead is created with the lead source as **“Web”** then the lead nurturing plan will get attached to that lead record.

<figure><img src="/files/2PiGmnyX7IWUMnTStEcx" alt=""><figcaption></figcaption></figure>

**Miscellaneous Features:**&#x20;

* The action can be completed by clicking on the **Checkbox.**

<figure><img src="/files/vV2JUVS4oTXdsAAPqMLF" alt=""><figcaption></figcaption></figure>

* Users can be able to skip the **plan step** instead of performing it.

<figure><img src="/files/m6wMEccwdJSq9SmIYdni" alt=""><figcaption></figcaption></figure>

* The user can check the progress and number of completed steps count.

<figure><img src="/files/0nS2gRvnTC0SWOaLOuyI" alt=""><figcaption></figcaption></figure>

* Users can mark **plan steps** as favorites by clicking on the icon shown below. Once marked as favorites, users can see them in the Important Items View.

<figure><img src="/files/4LudkockHMblLSGJo56j" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Note: In the same way, you can unmark to remove favorite plan steps from the Important Items view.**
{% endhint %}

* Users can view the due date against each **open-plan step.** The due date can be changed as per the requirements. due date is the date on which the plan step is set to be performed.

<figure><img src="/files/y7ly6z5iAV6OTvbgRgnS" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
For any queries, reach out to us at <crm@inogic.com>
{% 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://docs.inogic.com/business-process-checklist/features/plan-items/auto-attach-the-plan-to-record.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.
