
Getting Started Guide
How to Use Blackbox AI
A practical guide to get you up and running with Blackbox AI. Written by Delv Editorial, Delv Team.
Getting started with Blackbox AI
In this guide, you'll learn how to set up Blackbox AI and use it to generate code, search through repositories, and chat with the AI assistant. By the end, you'll be ready to boost your coding efficiency with this tool.Step 1: Sign up and set up
- Go to Blackbox AI's website.
- Click on the "Get Started" button located on the homepage.
- Choose the "Sign Up" option. You can sign up with your email or use a GitHub account.
- Verify your email if prompted.
- Once logged in, you can install the Chrome extension by clicking on the "Install Extension" button. Follow the prompts to add it to your browser.
- If you use VS Code, install the Blackbox AI extension from the Extensions Marketplace by searching for “Blackbox AI” and clicking "Install".
Step 2: Your first code generation
- Open the Blackbox AI extension in your browser or the VS Code extension.
- In the input field, type a natural language request, such as "Generate a function to sort an array in Python."
- Press the "Enter" key or click the "Generate" button.
- Review the generated code snippet provided by Blackbox AI. You can copy it directly into your code editor.
Step 3: Get better results
- Use specific prompts to improve the quality of your generated code. Instead of vague requests, be clear about what you need, such as "Create a REST API in Node.js using Express."
- Take advantage of the code search feature. Click on the search icon and enter queries like "authentication methods in JavaScript" to find relevant code examples and documentation.
- Engage in chat with the AI by clicking on the chat icon and asking for clarifications or additional features you might need in your code.