> For the complete documentation index, see [llms.txt](https://p3dn-sipd.gitbook.io/dokumentasi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://p3dn-sipd.gitbook.io/dokumentasi/pendahuluan.md).

# Pendahuluan

Dalam rangka Peningkatan Penggunaan Produk Dalam Negeri (P3DN), Pemerintah telah menerbitkan Peraturan Presiden No 29 Tahun 2018 tentang Pemberdayaan Industri yang didalamnya mengatur mengenai kebijakan Tingkat Komponen Dalam Negeri (TKDN). Diharapkan sektor industri menjadi penggerak perekonomian untuk mendukung Indonesia sebagai negara produsen yang berdampak pada peningkatan kesempatan berusaha dan bekerja, serta percepatan pemerataan pembangunan dan ketahanan nasional.&#x20;

Melalui ketentuan TKDN, pengadaan barang dan jasa Pemerintah wajib menggunakan produk dalam negeri yang memiliki nilai penjumlahan TKDN dan nilai Bobot Manfaat Perusahaan (BMP) minimal 40%.&#x20;

Aplikasi pelaporan P3DN Pemda ini merupakan bagian yang tidak terpisahkan dari layanan Sistem Informasi Pemerintah Daerah (SIPD) dalam rangka pembinaan kepada Pemerintah Daerah dalam melakukan pelaporan perencanaan dan realisasi atas penggunaan produk dalam negeri yang terintegrasi dengan dashboard pelaporan P3DN Nasional.


---

# 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://p3dn-sipd.gitbook.io/dokumentasi/pendahuluan.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.
