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

![](https://1148938711-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MKjsRBIKLQhzDC7WBQY%2F-MLBlfGBSUIBwTSOejNL%2F-MLC0SOD-3BqOlcJv34t%2FFile%20-%3E%20Import.png?alt=media\&token=fb734b39-f18b-4000-88ac-984a34ee8423)

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

![](https://1148938711-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MKjsRBIKLQhzDC7WBQY%2F-MLBlfGBSUIBwTSOejNL%2F-MLC1n3FGVHAv19i6Kfl%2Fimport%20project.png?alt=media\&token=39b4b9f1-480f-42cb-926f-bd4eca3201af)

![](https://1148938711-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MKjsRBIKLQhzDC7WBQY%2F-MLBlfGBSUIBwTSOejNL%2F-MLC1r0yPEu6bioY5yVO%2FImport%20project%20next.png?alt=media\&token=b3a81040-6a45-4d12-98e2-3626f06a1fbe)

![](https://1148938711-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MKjsRBIKLQhzDC7WBQY%2F-MLBlfGBSUIBwTSOejNL%2F-MLC1uFKtVKmZt8qnPpE%2FImport%20file%20-%20source%20detection.png?alt=media\&token=97905008-43b0-48a4-a305-a08a55571e09)

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.

![](https://1148938711-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MKjsRBIKLQhzDC7WBQY%2F-MLBlfGBSUIBwTSOejNL%2F-MLC2Efvzb2ctaaHrZZC%2FScreenshot%202020-11-03%20at%203.39.39%20PM.png?alt=media\&token=cdf72176-e1b7-41d1-8e32-02e6b3895ff8)
