# Import an existing project

You can also create a project by importing existing source.&#x20;

The plugin checks if "algo-package.json" file is available at the project root or not and accordingly it enables or disables "Algorand" function.

1. Create a file "**algo-package.json**" in the project root folder with the following content.

```
{
  "name": "<project_name>",
  "version": "<version>"
}
```

&#x20;    **Note:** Replace \<project\_name> and \<version> with actual values.&#x20;

2\. To import the source, click on File > New > Project From Existing Source.

![](/files/-MLC0SOD-3BqOlcJv34t)

3\. Select the existing source root folder. Click next.

![](/files/-MLC1n3FGVHAv19i6Kfl)

![](/files/-MLC1r0yPEu6bioY5yVO)

![](/files/-MLC1uFKtVKmZt8qnPpE)

4\. Now you should see, "Algorand" menu option in the project popup menu. If you don't see the menu item, wait for sometime or restart the IDE.

![](/files/-MLC2Efvzb2ctaaHrZZC)


---

# Agent Instructions: 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:

```
GET https://algodea-docs.bloxbean.com/import-an-existing-project.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
