> For the complete documentation index, see [llms.txt](https://docs.3dolphins.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.3dolphins.ai/5.1.x-1/sales-activity/deal/detail-deal/add-product-on-deal.md).

# Add Product on Deal

Sales SRM memberi Anda opsi untuk mengaitkan deal Anda dengan produk atau service yang Anda jual. Setiap produk memiliki stok produk yang dapat Anda aktifkan atau nonaktifkan. Ketika kuantitas yang dibeli diaktifkan, itu akan mengurangi stok produk saat Anda menambahkan produk ke deal Anda dan Anda tidak dapat menambahkan produk melebihi stok produk yang tersedia. Namun, ketika kuantitas yang dibeli dinonaktifkan, stok produk tidak akan berkurang saat Anda menambahkan produk ke deal Anda dan Anda dapat menambahkan produk ke deal tersebut tanpa batas.&#x20;

Di akun 3Dolphins Sales SRM Anda, buka **Sales Activity** > **Deal**, dan klik nama deal Anda. Untuk menambahkan spesifik produk Anda untuk deal ini, di bagian bawah halaman detail deal, klik tombol **'Add Product'**. Di pop-up yang muncul, masukkan nama produk yang ingin Anda kaitkan dengan deal Anda.&#x20;

Untuk melampirkan lebih dari satu produk sekaligue ke deal yang dipilih, Anda dapat memasukkan nama produk pada field add product, atau jika Anda ingin menambahkan produk yang sama ke deal tersebut, Anda cukup menambahkan jumlah produk ke daftar produk yang telah ditambahkan . Setelah selesai, klik tombol **'Add'**.

![Add Product](/files/-MTnW0NVXbAAY7Eh5KOG)

Setelah Anda menambahkan produk ke deal milik Anda, Anda akan melihat daftar produk di tab **product**. Di bagian ini, Anda dapat memperbarui diskon untuk produk Anda, memperbarui jumlah produk Anda dan mengurangi atau menghapus produk pada deal Anda.

![Product Tab](/files/-MTngpbDGAek-aVOpFUF)


---

# 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.3dolphins.ai/5.1.x-1/sales-activity/deal/detail-deal/add-product-on-deal.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.
