> For the complete documentation index, see [llms.txt](https://doc.telosys.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.telosys.org/telosys-with-eclipse/eclipse-plugin-installation.md).

# Eclipse plugin installation

Telosys plugin can be installed as any other Eclipse plugin by using **Eclipse Marketplace wizard**.

### **1 -** Open Eclipse Marketplace wizard

In the **Eclipse main menu**, select **"Help"** and **"Eclipse Marketplace..."**

![](/files/-MfCnXpb1R7DabCJlEMW)

Note : if Eclipse cannot connect the Eclipse Market Place web site check the proxy configuration ( in "Window - Preferences", then "General - Network Connections" )

### 2 - Search Telosys plugin in Eclipse Marketplace

In the **"Find"** field enter **"Telosys"** and press Return or click **"Go"**

![](/files/-MfCnccvda6wJftYBqZ9)

When the Telosys plugin is found, click on "**Install**"

### 3 - Install Telosys plugin

To install an Eclipse plugin you must accept the terms of its license

![](/files/-MfCns68q9YIlVXTLBuW)

Select "*I accept the terms of the license agreement* " and press **"Finish".**

A security warning message is displayed due to the absence of certificate in the plugin.

![](/files/-MfCoSrLl7xpYiknsyDK)

Ignore the security warning and press **"Install anyway"**.

After installation Eclipse needs to restart

![](/files/-MfCp40XLydbJDn1XFDx)

Just restart Eclipse and check the installation.

### 4 - Check the installation

In the menu select "**Help**" - "**About Eclipse**"

![](/files/-MfCqIewF4aqFqbiHmLT)

You can see the Telosys logo among those of the installed software.

Click on "**Installation Details**"&#x20;

![](/files/-MfCqY6frqx9oT6xKO-1)

"**Telosys Code Generator**" must be present in the list of installed software. You can also check its version.

There you go, you can now start using Telosys.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://doc.telosys.org/telosys-with-eclipse/eclipse-plugin-installation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
