> For the complete documentation index, see [llms.txt](https://desci-codes.gitbook.io/desci.codes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://desci-codes.gitbook.io/desci.codes/templates/v1/model-agreements/nda-general-non-disclosure-agreement.md).

# NDA · General Non-Disclosure Agreement

This template is a Mutual Nondisclosure Agreement (NDA), which is a legal contract between two parties to protect confidential information shared between them.&#x20;

### **When to use it:**

* **Business Discussions:** When you need to discuss sensitive information with another party during business negotiations, partnerships, or collaborations.
* **Intellectual Property Protection:** To safeguard your trade secrets, proprietary information, or other confidential data from unauthorized disclosure or use by the receiving party.
* **Legal Protection:** To establish legal recourse in case of a breach of confidentiality by either party.

### **How to use it:**

1. **Duplicate Template:** click on template below and download the file.
2. **Fill in the Parties:** Replace `[Company Name]` with the name of your company and `[Counterparty Name]` with the name of the other party.
3. **Fill in Details:** Add signatures, names, titles, dates, and addresses as required.
4. **Review and Customize:** Read through the clauses carefully to ensure they fit your needs. Modify any sections to reflect the specifics of your agreement if necessary.

{% hint style="info" %}
Important Considerations
{% endhint %}

### Template&#x20;

{% embed url="<https://docs.google.com/document/d/16p6OpfAsbBRupBNWB8X5WPXQRR1lzvAs/edit>" %}


---

# 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://desci-codes.gitbook.io/desci.codes/templates/v1/model-agreements/nda-general-non-disclosure-agreement.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.
