> 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.3.0-id/integration/chanel-connector/twitter/twitter-developers-page.md).

# Create Twitter Account

Untuk membuat akun Twitter Developer, Anda harus memasukkan akun Twitter Anda. Silahkan ikuti langkah-langkah berikut:&#x20;

Pertama, buka <https://developer.twitter.com/>. Kemudian, klik ‘**Sign In’** di kanan atas. Masuk menggunakan kredensial Twitter pribadi Anda.

![Developers Page](/files/-MTEmHYlQ4aag-QoXeVz)

Twitter developer akan mengarahkan Anda untuk masuk ke akun Twitter Anda, Masukkan ‘**Phone/email or username**’ dan ‘**Password**’, klik tombol ‘**Login**’.

![Login Twitter](/files/-MTEnIwYUTpY8JJ2L32s)

Jika Anda tidak memiliki akun Twitter, klik **'Sign up for Twitter'**.

![Sign Up Twitter](/files/-MTEo3EvF5oASqsfdiCe)

Twitter developer akan mengarahkan Anda untuk mendaftar ke Twitter.

![Create Account Twitter](/files/-MTEoKrNN5TBhDFi-T6l)

Isi kolom yang diperlukan sesuai kebutuhan. Dari **Nama** sampai **Tanggal Lahir**. Setelah itu, klik tombol 'next'.

![Sign Up](/files/-MTEtccMqb2ECbgS7qIL)

&#x20;Pada halaman customize your experience. Klik tombol **'Next'**.

![Customize Your Experience](/files/-MTEuXhWX_5USLk9_MZI)

Pada langkah 3, Anda akan melihat data pratinjau dari akun baru Anda seperti yang sebelumnya diisi. jika benar, klik tombol 'next'.

![Preview New Account](/files/VSIK8tXS0TmyEq7yDrXn)

Twitter developer akan mengarahkan Anda ke pop-up notifikasi untuk memverifikasi telepon atau email Anda. Lalu, masukkan kode verifikasi.

![Verification Code](/files/uujiq3d1LH135RYMXKCj)

Langkah terakhir, masukkan password Anda untuk login ke Twitter.

![Password](/files/MgSyeT4C0ARgas6G67Y0)

Selamat, Anda berhasil membuat akun Twitter.

![New Account](/files/-MTEymFea1nLKAqWgA1X)


---

# 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.3.0-id/integration/chanel-connector/twitter/twitter-developers-page.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.
