# Elixir (erlang)

The Elixir/erlang analyser is triggered when a "mix.exs” and “mix.lock” is found at the root of the project.&#x20;

When operating on an Elixir/erlang project the analyser will load the dependencies from the lock file, so if a lock is missing, the analyser will fail. The analyser will not invoke directly "mix" but it will directly parse the manifest files, so a local install of the tool is not required.


---

# Agent Instructions: 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:

```
GET https://docs.meterian.io/languages-support/elixir-erlang.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
