view support.md @ 43:a1cb50997055

Reviewed and reformatted some files.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Wed, 31 Aug 2016 01:08:06 +0200
parents db3122c92b2a
children 171ca967fcc9 7609e2a6faef
line wrap: on
line source

---
layout: page
title: Support
permalink: /support/
menu: true
---

If you need help using Octave, you have many options,
from reading the Octave manual, asking for help on the mailing lists,
chatting online with other Octave users, or paying for commercial support.

<div class="panel callout">

The Octave community is a loosely organized association of volunteers.
Your interactions with the community will be better
if you have the right expectations about the support options available to you.
Please read the [Support Expectations]({{ "/support-expectations/" | prepend: site.baseurl }}) page.

</div>

#### Commercial Support

Community support can be great, and with the Octave community it often is,
but sometimes you need to know that your question will be answered.
We maintain a [list of people and organizations]({{ "/commercial-support/" | prepend: site.baseurl}})
who offer commercial support contracts for Octave.
This list is available as a service to the community and the support providers.
The Octave project does not provide endorsements or recommendations.

#### User Community

There is an active user community centered around Octave.
Please understand that the people answering your question
on the mailing list or IRC channel, or helping to fix the bug you reported
are doing so as volunteers.

### Documentation

#### Reference Manual

Octave is fully documented by a comprehensive 800 page [manual]({{site.docs_url}}).

The on-line [HTML](http://www.gnu.org/software/octave/doc/interpreter/index.html) and [PDF](http://www.gnu.org/software/octave/octave.pdf) versions of the manual
are generated directly from the Texinfo source files
that are distributed along with every copy of the Octave source code.
The complete text of the manual is also available at the Octave prompt
using the `doc` command.

A printed version of the Octave manual may be ordered from
[Network Theory, Ltd](http://www.network-theory.co.uk/octave/manual).
Any money raised from the sale of this book will support
the development of free software.
For each copy sold $1 will be donated to the GNU Octave Development Fund.

#### Frequently Asked Questions

If you are new to Octave, you may have some questions
that have been asked (and answered) a few times before.
See the [FAQ](http://www.octave.org/wiki/FAQ) on the wiki.

#### Wiki

The Octave Wiki is a great place to look for information about things
that are not covered in the manual, or other transient topics
(Google Summer of Code, Octave Conferences, etc.).

### Contacting Other Users for Help

#### Mailing List

If your question isn't answered in the FAQ, the manual, or the Wiki, the [help@octave.org](https://lists.gnu.org/mailman/listinfo/help-octave)
mailing list is a good resource.

<div class="row">
<div class="columns medium-8">
<form action="http://octave.1599824.n4.nabble.com/template/NamlServlet.jtp"><input name="macro" value="search_page" type="hidden">
<input name="node" value="1599825" type="hidden">
<div class="row collapse">
<div class="columns small-7">
<input id="query" name="query" size="25">
</div>
<div class="columns small-3">
<select name="days">
<option value="0" selected="">all dates</option>
<option value="1">past 24 hours</option>
<option value="7">past week</option>
<option value="30">past month</option>
<option value="90">past 3 months</option>
<option value="180">past 6 months</option>
<option value="365">past year</option>
</select>
</div>
<div class="columns small-2">
<input class="button postfix" value="Search" type="submit">
</div>
</div>

</form>
</div>
</div>

[Advanced Search](http://octave.1599824.n4.nabble.com/template/NamlServlet.jtp?macro=adv_search_page&node=1599825)

#### Chat

Too impatient for email?
You can find Octave developers and users on the
[#octave channel at irc.freenode.net](http://webchat.freenode.net/?channels=octave&uio=MT1mYWxzZSYyPXRydWUmMTI9dHJ1ZQda).
The atmosphere is relaxed and chat isn't restricted
to matters strictly pertaining to Octave.

### Reporting Bugs

If you think you've found a bug, you are encouraged to
[report it]({{ "/bugs/" | prepend: site.baseurl }}).