# Part 1 - Create a Project

### 1. Open Vehicle Spy and Access C Code Interface:

After logging in, open the **C Code Interface** by selecting **Scripting and Automation> C Code Interface**.

![Figure 1: C Code Interface](https://2280262322-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FC3KyOmcYmM6ZVd3OQDa1%2Fuploads%2FmLUgPgNabCtYP27Rzkge%2Fspyexamplecci1.1.gif?alt=media\&token=06e17a88-9b84-4530-b1f3-d44453aa8e55)

### 2. Add a Project:

A new project is added by selecting **Add Project** (Figure 1:![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/smOne.gif)) and then selecting **New Project**. Name the project and give a short description of the project (Figure 2). When done click on **OK**.  Visual Studio should open with the new project created.

![Figure 2: New project](https://2280262322-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FC3KyOmcYmM6ZVd3OQDa1%2Fuploads%2FlSQMSz73n0PMf2oinKQo%2Fspyexamplecci1.2.gif?alt=media\&token=a2e04be9-cde6-4de1-bef1-039b73808493)

### 3. Build and Run:

In Visual Studio, build your project. When done, start Vehicle spy. The Output tab should show **Another Second happened** about every second. This text is coming from the C Code. In Visual Studio the main project file is called **SpyCCode.c**. The Spy\_Main function is the one creating this string. Try changing the text to **Hello World of Vspy!**. Remember to stop Vehicle Spy and recompile for changes to take effect.
