# Actions in GPTs ## Introduction Learn how to build a GPT action that intelligently calls your API. ### What is a GPT? [GPTs](https://openai.com/blog/introducing-gpts) provide the ability to deeply customize ChatGPT for specific use cases along with custom capabilities. You can create a GPT that: - Has custom instructions which determine the way the GPT interacts with users - Includes tools like browsing, DALL·E, and Code Interpreter - Comes with preset starter prompts for new and returning users - Has custom actions which allow you to connect the GPT to APIs And more! If you want to explore what is possible, check out the deep dive on GPTs from OpenAI Developer Day 2023: