# How to Add Lambda

During the “creating proposals” cycle, go to Proposals -> New Proposal -> Add new Lambda

You will be presented with a dialog in which you place the Michelson code of your new Lambda.&#x20;

![](https://lh6.googleusercontent.com/BH9VgZLj2HXzKRi4KZB6kR_P4jE7rESXZdXWcX8nBrXnanLDlXnLb3Zkc8BxddFVTX4yrYuV33u9vVFAb41yKuaa5b530nnZw5BT9Cbqn1ZCsQ5BvKjqDT7QxTOVKOjGzFO9xBGjiWYrxsT7ocCzB5Y)

Once you click submit, it will create a proposal, which if approved, will open a new endpoint in your contract pertaining to the function you added.


---

# 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://faq.tezos-homebase.io/a/dao-explorer-proposals-and-voting/how-to-add-lambda.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.
