# Getting started

# .Net Application

Steps to use the API .Net application is given below.

# Steps to use GsaAPI.dll in .Net Application:

  • Install latest GSA 10.1 (for GsaAPI.dll)

  • Add Gsa install path to System environment variable "Path" list (see the environment variable setup page)

  • The C# application that refers the GsaAPI.dll must be 64bit platform. As the API dll is 64bit, it cannot be used in AnyCPU/32bit platforms

# Python

Steps to use the API in Python application is given below.

# Steps to use GsaAPI.dll in python: