Delv
Blackbox AI
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

  1. Go to Blackbox AI's website.
  2. Click on the "Get Started" button located on the homepage.
  3. Choose the "Sign Up" option. You can sign up with your email or use a GitHub account.
  4. Verify your email if prompted.
  5. 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.
  6. 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

  1. Open the Blackbox AI extension in your browser or the VS Code extension.
  2. In the input field, type a natural language request, such as "Generate a function to sort an array in Python."
  3. Press the "Enter" key or click the "Generate" button.
  4. Review the generated code snippet provided by Blackbox AI. You can copy it directly into your code editor.

Step 3: Get better results

  1. 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."
  2. 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.
  3. 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.

Pro tip

When generating code, try to include the programming language in your prompt. For example, say "Write a function in JavaScript to reverse a string" to get more accurate results tailored to your needs.

Common mistake to avoid

Avoid using overly complex or technical jargon in your prompts. Keep your requests straightforward and clear to ensure the AI understands what you need. This will help you get better quality code snippets and responses.