> For the complete documentation index, see [llms.txt](https://algodea-docs.bloxbean.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://algodea-docs.bloxbean.com/import-an-existing-project.md).

# 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)
