> For the complete documentation index, see [llms.txt](https://cook-protocol.gitbook.io/english/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cook-protocol.gitbook.io/english/governance/cip-template.md).

# Proposal Template

**CIP #:** \[CIP number]

**Title:** \[CIP title]

**Status:** \[Proposed, Approved, Rejected, Executed]

**Proposer(s):** \[a list of proposer(s) names]

**Discussion link:** \[Create a post on <https://gov.cook.finance/>]

**Created:** \[date created on]

### **Executive Summary**

You need to summarize your proposal in one paragraph. This should be non-technical and accessible to a casual community member.

### **Problem Statement**

This section should explain the reasons why the proposal is needed. Please focus on the problem statement and do not describe your proposed solution here.

### **Proposed Solution**

### **Overview**

This overview subsection is a high level overview of how the CIP will solve the stated problem.&#x20;

#### **Rationale**

The rationale subsection needs to specify the reasoning of your solution. Some of the questions to consider include:&#x20;

* Why did you propose to implement the change in this way?
* What are the trade-offs?
* Any alternate designs? And why are they not chosen?&#x20;
* What is the sentiment for this CIP in the community during the community discussion phase?
* Are there any objections or concerns? How to mitigate these concerns?

#### **Specification**

The specification subsection should clearly describe how the solution will be implemented.<br>


---

# 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://cook-protocol.gitbook.io/english/governance/cip-template.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.
